Color spaces of #018eaa
RGB | 1 | 142 | 170 |
---|---|---|---|
HSL | 0.53 | 0.99 | 0.34 |
HSV | 190° | 99° | 67° |
CMYK | 0.99 | 0.16 | 0.00 0.33 |
XYZ | 16.9412 | 22.2547 | 41.4329 |
Yxy | 22.2547 | 0.2101 | 0.2760 |
Hunter Lab | 47.1749 | -18.4541 | -19.0510 |
CIE-Lab | 54.2962 | -21.6131 | -23.7297 |
#018eaa color RGB value is (1,142,170).
#018eaa hex color red value is 1, green value is 142 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #018eaa hue: 0.53 , saturation: 0.99 and the lightness value of 018eaa is 0.34.
The process color (four color CMYK) of #018eaa color hex is 0.99, 0.16, 0.00, 0.33. Web safe color of #018eaa is #009999. Color #018eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 10001110 | 10101010 |
Octal | 1 | 216 | 252 |
Decimal | 1 | 142 | 170 |
Hex | 1 | 8E | AA |
Shades of #018eaa
Tints of #018eaa
RGB Percentages of Color #018eaa
CMYK Percentages of Color #018eaa
Complementary Color
#018eaa | #aa1d01 |
#018eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#018eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#018eaa Color CSS Codes
.mybgcolor {background-color:#018eaa; } .myforecolor {color:#018eaa; } .mybordercolor {border:3px solid #018eaa; }
#018eaa Text Font Color
<p style="color:#018eaa">Text here</p>
This sample text font color is #018eaa
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.
#018eaa Background Color
<div style="background-color:#018eaa">
Div content here</div>
This div background color is #018eaa
#018eaa Border Color
<div style="border:3px solid #018eaa">
Div here</div>
This div border color is #018eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,142,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #018eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #018eaa; -webkit-box-shadow: 1px 1px 3px 2px #018eaa; box-shadow: 1px 1px 3px 2px #018eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,142,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #018eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #018eaa; -webkit-box-shadow: 1px 1px 3px 2px #018eaa; box-shadow: 1px 1px 3px 2px #018eaa;">
Div content here</div>
This div box has shadow with color #018eaa
Comments
No comments written yet.
Please login to write comment.