Color Hex Logo

#8e870a Color Hex

#8E870A
(142,135,10)
0 Favorites   0 Comments

Color spaces of #8e870a

RGB 14213510
HSL0.160.870.30
HSV57°93°56°
CMYK 0.000.050.93   0.44
XYZ19.874123.10063.6986
Yxy23.10060.42580.4949
Hunter Lab48.0631-10.300629.0816
CIE-Lab55.1758-10.022557.9446

#8e870a color RGB value is (142,135,10).

#8e870a hex color red value is 142, green value is 135 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #8e870a hue: 0.16 , saturation: 0.87 and the lightness value of 8e870a is 0.30.

The process color (four color CMYK) of #8e870a color hex is 0.00, 0.05, 0.93, 0.44. Web safe color of #8e870a is #999900. Color #8e870a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000111 00001010
Octal 216 207 12
Decimal 142 135 10
Hex 8E 87 A

RGB Percentages of Color #8e870a

%49.48
%47.04
%3.48

CMYK Percentages of Color #8e870a

%0
%5
%93
%44

Triadic Colors of #8e870a

#8e870a #0a8e87 #870a8e

Analogous Colors of #8e870a

#8e870a #538e0a #8e450a

Monochromatic Colors of #8e870a

#8e870a

Complementary Color

#8e870a #0a118e

#8e870a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e870a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e870a Color CSS Codes

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

#8e870a Text Font Color

<p style="color:#8e870a">Text here</p>

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


#8e870a Background Color

<div style="background-color:#8e870a">
Div content here</div>

This div background color is #8e870a


#8e870a Border Color

<div style="border:3px solid #8e870a">
Div here</div>

This div border color is #8e870a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,135,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e870a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e870a;
  -webkit-box-shadow: 1px 1px 3px 2px #8e870a;
  box-shadow:         1px 1px 3px 2px #8e870a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e870a


Comments

No comments written yet.

Please login to write comment.