Color Hex Logo

#8e890e Color Hex

#8E890E
(142,137,14)
0 Favorites   0 Comments

Color spaces of #8e890e

RGB 14213714
HSL0.160.820.31
HSV58°90°56°
CMYK 0.000.040.90   0.44
XYZ20.180323.67383.9214
Yxy23.67380.42240.4955
Hunter Lab48.6557-11.113429.2805
CIE-Lab55.7597-11.022957.6760

#8e890e color RGB value is (142,137,14).

#8e890e hex color red value is 142, green value is 137 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8e890e hue: 0.16 , saturation: 0.82 and the lightness value of 8e890e is 0.31.

The process color (four color CMYK) of #8e890e color hex is 0.00, 0.04, 0.90, 0.44. Web safe color of #8e890e is #999900. Color #8e890e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001001 00001110
Octal 216 211 16
Decimal 142 137 14
Hex 8E 89 E

RGB Percentages of Color #8e890e

%48.46
%46.76
%4.78

CMYK Percentages of Color #8e890e

%0
%4
%90
%44

Triadic Colors of #8e890e

#8e890e #0e8e89 #890e8e

Analogous Colors of #8e890e

#8e890e #538e0e #8e490e

Monochromatic Colors of #8e890e

#8e890e

Complementary Color

#8e890e #0e138e

#8e890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e890e Color CSS Codes

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

#8e890e Text Font Color

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

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


#8e890e Background Color

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

This div background color is #8e890e


#8e890e Border Color

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

This div border color is #8e890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e890e


Comments

No comments written yet.

Please login to write comment.