Color spaces of #02afec
RGB | 2 | 175 | 236 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.47 |
HSV | 196° | 99° | 93° |
CMYK | 0.99 | 0.26 | 0.00 0.07 |
XYZ | 30.4953 | 36.7290 | 84.8390 |
Yxy | 36.7290 | 0.2005 | 0.2415 |
Hunter Lab | 60.6045 | -16.2391 | -40.5758 |
CIE-Lab | 67.0732 | -15.7785 | -40.8087 |
#02afec color RGB value is (2,175,236).
#02afec hex color red value is 2, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #02afec hue: 0.54 , saturation: 0.98 and the lightness value of 02afec is 0.47.
The process color (four color CMYK) of #02afec color hex is 0.99, 0.26, 0.00, 0.07. Web safe color of #02afec is #0099ff. Color #02afec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10101111 | 11101100 |
Octal | 2 | 257 | 354 |
Decimal | 2 | 175 | 236 |
Hex | 2 | AF | EC |
Shades of #02afec
Tints of #02afec
RGB Percentages of Color #02afec
CMYK Percentages of Color #02afec
Complementary Color
#02afec | #ec3f02 |
#02afec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02afec Color Preview on White Background
Lorem ipsum dolor sit amet.
#02afec Color CSS Codes
.mybgcolor {background-color:#02afec; } .myforecolor {color:#02afec; } .mybordercolor {border:3px solid #02afec; }
#02afec Text Font Color
<p style="color:#02afec">Text here</p>
This sample text font color is #02afec
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.
#02afec Background Color
<div style="background-color:#02afec">
Div content here</div>
This div background color is #02afec
#02afec Border Color
<div style="border:3px solid #02afec">
Div here</div>
This div border color is #02afec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02afec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02afec; -webkit-box-shadow: 1px 1px 3px 2px #02afec; box-shadow: 1px 1px 3px 2px #02afec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,175,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02afec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02afec; -webkit-box-shadow: 1px 1px 3px 2px #02afec; box-shadow: 1px 1px 3px 2px #02afec;">
Div content here</div>
This div box has shadow with color #02afec
Comments
No comments written yet.
Please login to write comment.