Color Hex Logo

#08706d Color Hex

#08706D
(8,112,109)
0 Favorites   0 Comments

Color spaces of #08706d

RGB 8112109
HSL0.500.870.24
HSV178°93°44°
CMYK 0.930.000.03   0.56
XYZ8.654612.744116.4717
Yxy12.74410.22850.3365
Hunter Lab35.6989-19.1987-2.3676
CIE-Lab42.3751-26.6737-5.9203

#08706d color RGB value is (8,112,109).

#08706d hex color red value is 8, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #08706d hue: 0.50 , saturation: 0.87 and the lightness value of 08706d is 0.24.

The process color (four color CMYK) of #08706d color hex is 0.93, 0.00, 0.03, 0.56. Web safe color of #08706d is #006666. Color #08706d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110000 01101101
Octal 10 160 155
Decimal 8 112 109
Hex 8 70 6D

RGB Percentages of Color #08706d

%3.49
%48.91
%47.60

CMYK Percentages of Color #08706d

%93
%0
%3
%56

Triadic Colors of #08706d

#08706d #6d0870 #706d08

Analogous Colors of #08706d

#08706d #083f70 #087039

Monochromatic Colors of #08706d

#08706d

Complementary Color

#08706d #70080b

#08706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08706d Color CSS Codes

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

#08706d Text Font Color

<p style="color:#08706d">Text here</p>

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


#08706d Background Color

<div style="background-color:#08706d">
Div content here</div>

This div background color is #08706d


#08706d Border Color

<div style="border:3px solid #08706d">
Div here</div>

This div border color is #08706d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,112,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08706d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08706d;
  -webkit-box-shadow: 1px 1px 3px 2px #08706d;
  box-shadow:         1px 1px 3px 2px #08706d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08706d


Comments

No comments written yet.

Please login to write comment.