Color Hex Logo

#08700f Color Hex

#08700F
(8,112,15)
0 Favorites   0 Comments

Color spaces of #08700f

RGB 811215
HSL0.340.870.24
HSV124°93°44°
CMYK 0.930.000.87   0.56
XYZ5.980511.67452.3901
Yxy11.67450.29840.5824
Hunter Lab34.1680-28.550719.7702
CIE-Lab40.6940-45.500741.7491

#08700f color RGB value is (8,112,15).

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

The process color (four color CMYK) of #08700f color hex is 0.93, 0.00, 0.87, 0.56. Web safe color of #08700f is #006600. Color #08700f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110000 00001111
Octal 10 160 17
Decimal 8 112 15
Hex 8 70 F

RGB Percentages of Color #08700f

%5.93
%82.96
%11.11

CMYK Percentages of Color #08700f

%93
%0
%87
%56

Triadic Colors of #08700f

#08700f #0f0870 #700f08

Analogous Colors of #08700f

#08700f #087043 #357008

Monochromatic Colors of #08700f

#08700f

Complementary Color

#08700f #700869

#08700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08700f Color CSS Codes

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

#08700f Text Font Color

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

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


#08700f Background Color

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

This div background color is #08700f


#08700f Border Color

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

This div border color is #08700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08700f


Comments

No comments written yet.

Please login to write comment.