Color spaces of #01aecc
RGB | 1 | 174 | 204 |
---|---|---|---|
HSL | 0.52 | 0.99 | 0.40 |
HSV | 189° | 100° | 80° |
CMYK | 1.00 | 0.15 | 0.00 0.20 |
XYZ | 26.0477 | 34.6382 | 62.4397 |
Yxy | 34.6382 | 0.2116 | 0.2813 |
Hunter Lab | 58.8542 | -23.9944 | -21.7041 |
CIE-Lab | 65.4660 | -26.3733 | -25.7028 |
#01aecc color RGB value is (1,174,204).
#01aecc hex color red value is 1, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #01aecc hue: 0.52 , saturation: 0.99 and the lightness value of 01aecc is 0.40.
The process color (four color CMYK) of #01aecc color hex is 1.00, 0.15, 0.00, 0.20. Web safe color of #01aecc is #0099cc. Color #01aecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 10101110 | 11001100 |
Octal | 1 | 256 | 314 |
Decimal | 1 | 174 | 204 |
Hex | 1 | AE | CC |
Shades of #01aecc
Tints of #01aecc
RGB Percentages of Color #01aecc
CMYK Percentages of Color #01aecc
Complementary Color
#01aecc | #cc1f01 |
#01aecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01aecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#01aecc Color CSS Codes
.mybgcolor {background-color:#01aecc; } .myforecolor {color:#01aecc; } .mybordercolor {border:3px solid #01aecc; }
#01aecc Text Font Color
<p style="color:#01aecc">Text here</p>
This sample text font color is #01aecc
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.
#01aecc Background Color
<div style="background-color:#01aecc">
Div content here</div>
This div background color is #01aecc
#01aecc Border Color
<div style="border:3px solid #01aecc">
Div here</div>
This div border color is #01aecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01aecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01aecc; -webkit-box-shadow: 1px 1px 3px 2px #01aecc; box-shadow: 1px 1px 3px 2px #01aecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,174,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 #01aecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01aecc; -webkit-box-shadow: 1px 1px 3px 2px #01aecc; box-shadow: 1px 1px 3px 2px #01aecc;">
Div content here</div>
This div box has shadow with color #01aecc
Comments
No comments written yet.
Please login to write comment.