Color spaces of #018cad
RGB | 1 | 140 | 173 |
---|---|---|---|
HSL | 0.53 | 0.99 | 0.34 |
HSV | 192° | 99° | 68° |
CMYK | 0.99 | 0.19 | 0.00 0.32 |
XYZ | 16.9334 | 21.7798 | 42.8466 |
Yxy | 21.7798 | 0.2076 | 0.2670 |
Hunter Lab | 46.6688 | -16.9032 | -21.7659 |
CIE-Lab | 53.7926 | -19.4855 | -26.2279 |
#018cad color RGB value is (1,140,173).
#018cad hex color red value is 1, green value is 140 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #018cad hue: 0.53 , saturation: 0.99 and the lightness value of 018cad is 0.34.
The process color (four color CMYK) of #018cad color hex is 0.99, 0.19, 0.00, 0.32. Web safe color of #018cad is #009999. Color #018cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 10001100 | 10101101 |
Octal | 1 | 214 | 255 |
Decimal | 1 | 140 | 173 |
Hex | 1 | 8C | AD |
Shades of #018cad
Tints of #018cad
RGB Percentages of Color #018cad
CMYK Percentages of Color #018cad
Complementary Color
#018cad | #ad2201 |
#018cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#018cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#018cad Color CSS Codes
.mybgcolor {background-color:#018cad; } .myforecolor {color:#018cad; } .mybordercolor {border:3px solid #018cad; }
#018cad Text Font Color
<p style="color:#018cad">Text here</p>
This sample text font color is #018cad
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.
#018cad Background Color
<div style="background-color:#018cad">
Div content here</div>
This div background color is #018cad
#018cad Border Color
<div style="border:3px solid #018cad">
Div here</div>
This div border color is #018cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,140,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #018cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #018cad; -webkit-box-shadow: 1px 1px 3px 2px #018cad; box-shadow: 1px 1px 3px 2px #018cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,140,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #018cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #018cad; -webkit-box-shadow: 1px 1px 3px 2px #018cad; box-shadow: 1px 1px 3px 2px #018cad;">
Div content here</div>
This div box has shadow with color #018cad
Comments
No comments written yet.
Please login to write comment.