RGB | 25 | 89 | 83 |
---|---|---|---|
HSL | 0.48 | 0.56 | 0.22 |
HSV | 174° | 72° | 35° |
CMYK | 0.72 | 0.00 | 0.07 0.65 |
XYZ | 5.5346 | 7.9760 | 9.4314 |
Yxy | 7.9760 | 0.2412 | 0.3477 |
Hunter Lab | 28.2418 | -14.4422 | -0.0307 |
CIE-Lab | 33.9329 | -21.4283 | -2.4005 |
#195953 color RGB value is (25,89,83).
#195953 hex color red value is 25, green value is 89 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) ofcolor #195953 hue: 0.48 , saturation: 0.56 and the lightness value of 195953 is 0.22.
The process color (four color CMYK) of#195953 color hex is 0.72, 0.00, 0.07, 0.65.Web safe color of #195953 is #006666. Color #195953contains mainly GREEN color.
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01011001 | 01010011 |
Octal | 31 | 131 | 123 |
Decimal | 25 | 89 | 83 |
Hex | 19 | 59 | 53 |
#195953 | #59191f |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#195953; } .myforecolor {color:#195953; }.mybordercolor {border:3px solid #195953; }
<p>Text here</p>
This sample text font color is #195953
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
<div>
Div content here</div>
This div background color is #195953
<div>
Div here</div>
This div border color is #195953
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,89,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #195953; }.divShadow { -moz-box-shadow: 1px 1px 3px 2px #195953; -webkit-box-shadow: 1px 1px 3px 2px #195953; box-shadow: 1px 1px 3px 2px #195953; }
<p>Text here</p>
This text has shadow with rgb values.
<p>Text here</p>
This text has shadow with hex values.
<div>
Div content here</div>
This div box has shadow with color #195953
No comments written yet.
Please login to write comment.