Color Hex Logo

#8e850d Color Hex

#8E850D
(142,133,13)
0 Favorites   0 Comments

Color spaces of #8e850d

RGB 14213313
HSL0.160.830.30
HSV56°91°56°
CMYK 0.000.060.91   0.44
XYZ19.615522.55493.7005
Yxy22.55490.42760.4917
Hunter Lab47.4920-9.385628.6246
CIE-Lab54.6109-8.880356.9595

#8e850d color RGB value is (142,133,13).

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

The process color (four color CMYK) of #8e850d color hex is 0.00, 0.06, 0.91, 0.44. Web safe color of #8e850d is #999900. Color #8e850d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000101 00001101
Octal 216 205 15
Decimal 142 133 13
Hex 8E 85 D

RGB Percentages of Color #8e850d

%49.31
%46.18
%4.51

CMYK Percentages of Color #8e850d

%0
%6
%91
%44

Triadic Colors of #8e850d

#8e850d #0d8e85 #850d8e

Analogous Colors of #8e850d

#8e850d #578e0d #8e450d

Monochromatic Colors of #8e850d

#8e850d

Complementary Color

#8e850d #0d168e

#8e850d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e850d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e850d Color CSS Codes

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

#8e850d Text Font Color

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

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


#8e850d Background Color

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

This div background color is #8e850d


#8e850d Border Color

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

This div border color is #8e850d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e850d


Comments

No comments written yet.

Please login to write comment.