Color spaces of #02acdd
RGB | 2 | 172 | 221 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.44 |
HSV | 193° | 99° | 87° |
CMYK | 0.99 | 0.22 | 0.00 0.13 |
XYZ | 27.8287 | 34.7384 | 73.6451 |
Yxy | 34.7384 | 0.2043 | 0.2550 |
Hunter Lab | 58.9393 | -18.8634 | -32.8258 |
CIE-Lab | 65.5445 | -19.4720 | -34.9657 |
#02acdd color RGB value is (2,172,221).
#02acdd hex color red value is 2, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #02acdd hue: 0.54 , saturation: 0.98 and the lightness value of 02acdd is 0.44.
The process color (four color CMYK) of #02acdd color hex is 0.99, 0.22, 0.00, 0.13. Web safe color of #02acdd is #0099cc. Color #02acdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10101100 | 11011101 |
Octal | 2 | 254 | 335 |
Decimal | 2 | 172 | 221 |
Hex | 2 | AC | DD |
Shades of #02acdd
Tints of #02acdd
RGB Percentages of Color #02acdd
CMYK Percentages of Color #02acdd
Complementary Color
#02acdd | #dd3302 |
#02acdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02acdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#02acdd Color CSS Codes
.mybgcolor {background-color:#02acdd; } .myforecolor {color:#02acdd; } .mybordercolor {border:3px solid #02acdd; }
#02acdd Text Font Color
<p style="color:#02acdd">Text here</p>
This sample text font color is #02acdd
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.
#02acdd Background Color
<div style="background-color:#02acdd">
Div content here</div>
This div background color is #02acdd
#02acdd Border Color
<div style="border:3px solid #02acdd">
Div here</div>
This div border color is #02acdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02acdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02acdd; -webkit-box-shadow: 1px 1px 3px 2px #02acdd; box-shadow: 1px 1px 3px 2px #02acdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,172,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02acdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02acdd; -webkit-box-shadow: 1px 1px 3px 2px #02acdd; box-shadow: 1px 1px 3px 2px #02acdd;">
Div content here</div>
This div box has shadow with color #02acdd
Comments
No comments written yet.
Please login to write comment.