Color Hex Logo

#008e9f Color Hex

#008E9F
(0,142,159)
0 Favorites   0 Comments

Color spaces of #008e9f

RGB 0142159
HSL0.521.000.31
HSV186°100°62°
CMYK 1.000.110.00   0.38
XYZ15.931021.849236.1786
Yxy21.84920.21540.2954
Hunter Lab46.7431-20.9641-13.1695
CIE-Lab53.8666-25.4695-18.0650

#008e9f color RGB value is (0,142,159).

#008e9f hex color red value is 0, green value is 142 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #008e9f hue: 0.52 , saturation: 1.00 and the lightness value of 008e9f is 0.31.

The process color (four color CMYK) of #008e9f color hex is 1.00, 0.11, 0.00, 0.38. Web safe color of #008e9f is #009999. Color #008e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001110 10011111
Octal 0 216 237
Decimal 0 142 159
Hex 0 8E 9F

RGB Percentages of Color #008e9f

%0.00
%47.18
%52.82

CMYK Percentages of Color #008e9f

%100
%11
%0
%38

Triadic Colors of #008e9f

#008e9f #9f008e #8e9f00

Analogous Colors of #008e9f

#008e9f #003f9f #009f61

Monochromatic Colors of #008e9f

#008e9f

Complementary Color

#008e9f #9f1100

#008e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#008e9f Color CSS Codes

.mybgcolor {background-color:#008e9f; } 
.myforecolor {color:#008e9f; }
.mybordercolor {border:3px solid #008e9f; }

#008e9f Text Font Color

<p style="color:#008e9f">Text here</p>

This sample text font color is #008e9f
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.


#008e9f Background Color

<div style="background-color:#008e9f">
Div content here</div>

This div background color is #008e9f


#008e9f Border Color

<div style="border:3px solid #008e9f">
Div here</div>

This div border color is #008e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,142,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #008e9f;
  box-shadow:         1px 1px 3px 2px #008e9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,142,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #008e9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #008e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #008e9f;
  box-shadow:         1px 1px 3px 2px #008e9f;">
Div content here</div>

This div box has shadow with color #008e9f


Comments

No comments written yet.

Please login to write comment.