Color spaces of #02d199
RGB | 2 | 209 | 153 |
---|---|---|---|
HSL | 0.45 | 0.98 | 0.41 |
HSV | 164° | 99° | 82° |
CMYK | 0.99 | 0.00 | 0.27 0.18 |
XYZ | 28.5753 | 47.9137 | 37.8792 |
Yxy | 47.9137 | 0.2499 | 0.4189 |
Hunter Lab | 69.2197 | -47.4461 | 16.0085 |
CIE-Lab | 74.7705 | -56.2962 | 15.8388 |
#02d199 color RGB value is (2,209,153).
#02d199 hex color red value is 2, green value is 209 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #02d199 hue: 0.45 , saturation: 0.98 and the lightness value of 02d199 is 0.41.
The process color (four color CMYK) of #02d199 color hex is 0.99, 0.00, 0.27, 0.18. Web safe color of #02d199 is #00cc99. Color #02d199 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 11010001 | 10011001 |
Octal | 2 | 321 | 231 |
Decimal | 2 | 209 | 153 |
Hex | 2 | D1 | 99 |
Shades of #02d199
Tints of #02d199
RGB Percentages of Color #02d199
CMYK Percentages of Color #02d199
Complementary Color
#02d199 | #d1023a |
#02d199 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02d199 Color Preview on White Background
Lorem ipsum dolor sit amet.
#02d199 Color CSS Codes
.mybgcolor {background-color:#02d199; } .myforecolor {color:#02d199; } .mybordercolor {border:3px solid #02d199; }
#02d199 Text Font Color
<p style="color:#02d199">Text here</p>
This sample text font color is #02d199
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.
#02d199 Background Color
<div style="background-color:#02d199">
Div content here</div>
This div background color is #02d199
#02d199 Border Color
<div style="border:3px solid #02d199">
Div here</div>
This div border color is #02d199
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,209,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02d199; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02d199; -webkit-box-shadow: 1px 1px 3px 2px #02d199; box-shadow: 1px 1px 3px 2px #02d199; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,209,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02d199">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02d199; -webkit-box-shadow: 1px 1px 3px 2px #02d199; box-shadow: 1px 1px 3px 2px #02d199;">
Div content here</div>
This div box has shadow with color #02d199
Comments
No comments written yet.
Please login to write comment.