Color spaces of #01acda
RGB | 1 | 172 | 218 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.43 |
HSV | 193° | 100° | 85° |
CMYK | 1.00 | 0.21 | 0.00 0.15 |
XYZ | 27.4199 | 34.5735 | 71.5578 |
Yxy | 34.5735 | 0.2053 | 0.2589 |
Hunter Lab | 58.7992 | -19.6586 | -30.9956 |
CIE-Lab | 65.4153 | -20.5488 | -33.5139 |
#01acda color RGB value is (1,172,218).
#01acda hex color red value is 1, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #01acda hue: 0.54 , saturation: 0.99 and the lightness value of 01acda is 0.43.
The process color (four color CMYK) of #01acda color hex is 1.00, 0.21, 0.00, 0.15. Web safe color of #01acda is #0099cc. Color #01acda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 10101100 | 11011010 |
Octal | 1 | 254 | 332 |
Decimal | 1 | 172 | 218 |
Hex | 1 | AC | DA |
Shades of #01acda
Tints of #01acda
RGB Percentages of Color #01acda
CMYK Percentages of Color #01acda
Complementary Color
#01acda | #da2f01 |
#01acda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01acda Color Preview on White Background
Lorem ipsum dolor sit amet.
#01acda Color CSS Codes
.mybgcolor {background-color:#01acda; } .myforecolor {color:#01acda; } .mybordercolor {border:3px solid #01acda; }
#01acda Text Font Color
<p style="color:#01acda">Text here</p>
This sample text font color is #01acda
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.
#01acda Background Color
<div style="background-color:#01acda">
Div content here</div>
This div background color is #01acda
#01acda Border Color
<div style="border:3px solid #01acda">
Div here</div>
This div border color is #01acda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,172,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01acda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01acda; -webkit-box-shadow: 1px 1px 3px 2px #01acda; box-shadow: 1px 1px 3px 2px #01acda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,172,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01acda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01acda; -webkit-box-shadow: 1px 1px 3px 2px #01acda; box-shadow: 1px 1px 3px 2px #01acda;">
Div content here</div>
This div box has shadow with color #01acda
Comments
No comments written yet.
Please login to write comment.