Color spaces of #05adcc
RGB | 5 | 173 | 204 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.41 |
HSV | 189° | 98° | 80° |
CMYK | 0.98 | 0.15 | 0.00 0.20 |
XYZ | 25.9052 | 34.2790 | 62.3779 |
Yxy | 34.2790 | 0.2114 | 0.2797 |
Hunter Lab | 58.5483 | -23.4806 | -22.1844 |
CIE-Lab | 65.1834 | -25.7486 | -26.1352 |
#05adcc color RGB value is (5,173,204).
#05adcc hex color red value is 5, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #05adcc hue: 0.53 , saturation: 0.95 and the lightness value of 05adcc is 0.41.
The process color (four color CMYK) of #05adcc color hex is 0.98, 0.15, 0.00, 0.20. Web safe color of #05adcc is #0099cc. Color #05adcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10101101 | 11001100 |
Octal | 5 | 255 | 314 |
Decimal | 5 | 173 | 204 |
Hex | 5 | AD | CC |
Shades of #05adcc
Tints of #05adcc
RGB Percentages of Color #05adcc
CMYK Percentages of Color #05adcc
Complementary Color
#05adcc | #cc2405 |
#05adcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05adcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#05adcc Color CSS Codes
.mybgcolor {background-color:#05adcc; } .myforecolor {color:#05adcc; } .mybordercolor {border:3px solid #05adcc; }
#05adcc Text Font Color
<p style="color:#05adcc">Text here</p>
This sample text font color is #05adcc
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.
#05adcc Background Color
<div style="background-color:#05adcc">
Div content here</div>
This div background color is #05adcc
#05adcc Border Color
<div style="border:3px solid #05adcc">
Div here</div>
This div border color is #05adcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,173,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05adcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05adcc; -webkit-box-shadow: 1px 1px 3px 2px #05adcc; box-shadow: 1px 1px 3px 2px #05adcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,173,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05adcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05adcc; -webkit-box-shadow: 1px 1px 3px 2px #05adcc; box-shadow: 1px 1px 3px 2px #05adcc;">
Div content here</div>
This div box has shadow with color #05adcc
Comments
No comments written yet.
Please login to write comment.