Color Hex Logo

#08867f Color Hex

#08867F
(8,134,127)
0 Favorites   0 Comments

Color spaces of #08867f

RGB 8134127
HSL0.490.890.28
HSV177°94°53°
CMYK 0.940.000.05   0.47
XYZ12.456018.634123.0189
Yxy18.63410.23020.3444
Hunter Lab43.1672-24.0361-1.3993
CIE-Lab50.2563-31.6171-4.9087

#08867f color RGB value is (8,134,127).

#08867f hex color red value is 8, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #08867f hue: 0.49 , saturation: 0.89 and the lightness value of 08867f is 0.28.

The process color (four color CMYK) of #08867f color hex is 0.94, 0.00, 0.05, 0.47. Web safe color of #08867f is #009966. Color #08867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000110 01111111
Octal 10 206 177
Decimal 8 134 127
Hex 8 86 7F

RGB Percentages of Color #08867f

%2.97
%49.81
%47.21

CMYK Percentages of Color #08867f

%94
%0
%5
%47

Triadic Colors of #08867f

#08867f #7f0886 #867f08

Analogous Colors of #08867f

#08867f #084e86 #088640

Monochromatic Colors of #08867f

#08867f

Complementary Color

#08867f #86080f

#08867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08867f Color CSS Codes

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

#08867f Text Font Color

<p style="color:#08867f">Text here</p>

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


#08867f Background Color

<div style="background-color:#08867f">
Div content here</div>

This div background color is #08867f


#08867f Border Color

<div style="border:3px solid #08867f">
Div here</div>

This div border color is #08867f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,134,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08867f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08867f;
  -webkit-box-shadow: 1px 1px 3px 2px #08867f;
  box-shadow:         1px 1px 3px 2px #08867f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,134,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08867f


Comments

No comments written yet.

Please login to write comment.