Color spaces of #02aafc
RGB | 2 | 170 | 252 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.50 |
HSV | 200° | 99° | 99° |
CMYK | 0.99 | 0.33 | 0.00 0.01 |
XYZ | 31.9704 | 35.7906 | 97.3187 |
Yxy | 35.7906 | 0.1937 | 0.2168 |
Hunter Lab | 59.8252 | -9.3044 | -54.5703 |
CIE-Lab | 66.3596 | -7.2702 | -50.6535 |
#02aafc color RGB value is (2,170,252).
#02aafc hex color red value is 2, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #02aafc hue: 0.55 , saturation: 0.98 and the lightness value of 02aafc is 0.50.
The process color (four color CMYK) of #02aafc color hex is 0.99, 0.33, 0.00, 0.01. Web safe color of #02aafc is #0099ff. Color #02aafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10101010 | 11111100 |
Octal | 2 | 252 | 374 |
Decimal | 2 | 170 | 252 |
Hex | 2 | AA | FC |
Shades of #02aafc
Tints of #02aafc
RGB Percentages of Color #02aafc
CMYK Percentages of Color #02aafc
Complementary Color
#02aafc | #fc5402 |
#02aafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02aafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#02aafc Color CSS Codes
.mybgcolor {background-color:#02aafc; } .myforecolor {color:#02aafc; } .mybordercolor {border:3px solid #02aafc; }
#02aafc Text Font Color
<p style="color:#02aafc">Text here</p>
This sample text font color is #02aafc
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.
#02aafc Background Color
<div style="background-color:#02aafc">
Div content here</div>
This div background color is #02aafc
#02aafc Border Color
<div style="border:3px solid #02aafc">
Div here</div>
This div border color is #02aafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,170,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02aafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02aafc; -webkit-box-shadow: 1px 1px 3px 2px #02aafc; box-shadow: 1px 1px 3px 2px #02aafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,170,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02aafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02aafc; -webkit-box-shadow: 1px 1px 3px 2px #02aafc; box-shadow: 1px 1px 3px 2px #02aafc;">
Div content here</div>
This div box has shadow with color #02aafc
Comments
No comments written yet.
Please login to write comment.