Color spaces of #194241
RGB | 25 | 66 | 65 |
---|---|---|---|
HSL | 0.50 | 0.45 | 0.18 |
HSV | 179° | 62° | 26° |
CMYK | 0.62 | 0.00 | 0.02 0.74 |
XYZ | 3.3033 | 4.4848 | 5.6926 |
Yxy | 4.4848 | 0.2450 | 0.3327 |
Hunter Lab | 21.1773 | -9.2174 | -1.1134 |
CIE-Lab | 25.2135 | -14.4744 | -3.7272 |
#194241 color RGB value is (25,66,65).
#194241 hex color red value is 25, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #194241 hue: 0.50 , saturation: 0.45 and the lightness value of 194241 is 0.18.
The process color (four color CMYK) of #194241 color hex is 0.62, 0.00, 0.02, 0.74. Web safe color of #194241 is #003333. Color #194241 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01000010 | 01000001 |
Octal | 31 | 102 | 101 |
Decimal | 25 | 66 | 65 |
Hex | 19 | 42 | 41 |
Shades of #194241
Tints of #194241
RGB Percentages of Color #194241
CMYK Percentages of Color #194241
Complementary Color
#194241 | #42191a |
#194241 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#194241 Color Preview on White Background
Lorem ipsum dolor sit amet.
#194241 Color CSS Codes
.mybgcolor {background-color:#194241; } .myforecolor {color:#194241; } .mybordercolor {border:3px solid #194241; }
#194241 Text Font Color
<p style="color:#194241">Text here</p>
This sample text font color is #194241
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.
#194241 Background Color
<div style="background-color:#194241">
Div content here</div>
This div background color is #194241
#194241 Border Color
<div style="border:3px solid #194241">
Div here</div>
This div border color is #194241
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,66,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #194241; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #194241; -webkit-box-shadow: 1px 1px 3px 2px #194241; box-shadow: 1px 1px 3px 2px #194241; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,66,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #194241">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #194241; -webkit-box-shadow: 1px 1px 3px 2px #194241; box-shadow: 1px 1px 3px 2px #194241;">
Div content here</div>
This div box has shadow with color #194241
Comments
No comments written yet.
Please login to write comment.