Color spaces of #008eaf
RGB | 0 | 142 | 175 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.34 |
HSV | 191° | 100° | 69° |
CMYK | 1.00 | 0.19 | 0.00 0.31 |
XYZ | 17.4109 | 22.4411 | 43.9714 |
Yxy | 22.4411 | 0.2077 | 0.2677 |
Hunter Lab | 47.3720 | -17.2960 | -21.8734 |
CIE-Lab | 54.4919 | -19.8799 | -26.2936 |
#008eaf color RGB value is (0,142,175).
#008eaf hex color red value is 0, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #008eaf hue: 0.53 , saturation: 1.00 and the lightness value of 008eaf is 0.34.
The process color (four color CMYK) of #008eaf color hex is 1.00, 0.19, 0.00, 0.31. Web safe color of #008eaf is #009999. Color #008eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10001110 | 10101111 |
Octal | 0 | 216 | 257 |
Decimal | 0 | 142 | 175 |
Hex | 0 | 8E | AF |
Shades of #008eaf
Tints of #008eaf
RGB Percentages of Color #008eaf
CMYK Percentages of Color #008eaf
Complementary Color
#008eaf | #af2100 |
#008eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#008eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#008eaf Color CSS Codes
.mybgcolor {background-color:#008eaf; } .myforecolor {color:#008eaf; } .mybordercolor {border:3px solid #008eaf; }
#008eaf Text Font Color
<p style="color:#008eaf">Text here</p>
This sample text font color is #008eaf
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.
#008eaf Background Color
<div style="background-color:#008eaf">
Div content here</div>
This div background color is #008eaf
#008eaf Border Color
<div style="border:3px solid #008eaf">
Div here</div>
This div border color is #008eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,142,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #008eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #008eaf; -webkit-box-shadow: 1px 1px 3px 2px #008eaf; box-shadow: 1px 1px 3px 2px #008eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,142,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #008eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #008eaf; -webkit-box-shadow: 1px 1px 3px 2px #008eaf; box-shadow: 1px 1px 3px 2px #008eaf;">
Div content here</div>
This div box has shadow with color #008eaf
Comments
No comments written yet.
Please login to write comment.