Color spaces of #02fbaa
RGB | 2 | 251 | 170 |
---|---|---|---|
HSL | 0.45 | 0.98 | 0.50 |
HSV | 160° | 99° | 98° |
CMYK | 0.99 | 0.00 | 0.32 0.02 |
XYZ | 41.7779 | 71.9095 | 49.7082 |
Yxy | 71.9095 | 0.2557 | 0.4401 |
Hunter Lab | 84.7995 | -60.4580 | 24.6047 |
CIE-Lab | 87.9250 | -67.7871 | 25.1816 |
#02fbaa color RGB value is (2,251,170).
#02fbaa hex color red value is 2, green value is 251 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #02fbaa hue: 0.45 , saturation: 0.98 and the lightness value of 02fbaa is 0.50.
The process color (four color CMYK) of #02fbaa color hex is 0.99, 0.00, 0.32, 0.02. Web safe color of #02fbaa is #00ff99. Color #02fbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 11111011 | 10101010 |
Octal | 2 | 373 | 252 |
Decimal | 2 | 251 | 170 |
Hex | 2 | FB | AA |
Shades of #02fbaa
Tints of #02fbaa
RGB Percentages of Color #02fbaa
CMYK Percentages of Color #02fbaa
Complementary Color
#02fbaa | #fb0253 |
#02fbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02fbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#02fbaa Color CSS Codes
.mybgcolor {background-color:#02fbaa; } .myforecolor {color:#02fbaa; } .mybordercolor {border:3px solid #02fbaa; }
#02fbaa Text Font Color
<p style="color:#02fbaa">Text here</p>
This sample text font color is #02fbaa
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.
#02fbaa Background Color
<div style="background-color:#02fbaa">
Div content here</div>
This div background color is #02fbaa
#02fbaa Border Color
<div style="border:3px solid #02fbaa">
Div here</div>
This div border color is #02fbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,251,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02fbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02fbaa; -webkit-box-shadow: 1px 1px 3px 2px #02fbaa; box-shadow: 1px 1px 3px 2px #02fbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,251,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02fbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02fbaa; -webkit-box-shadow: 1px 1px 3px 2px #02fbaa; box-shadow: 1px 1px 3px 2px #02fbaa;">
Div content here</div>
This div box has shadow with color #02fbaa
Comments
No comments written yet.
Please login to write comment.