Color Hex Logo

#8e824e Color Hex

#8E824E
(142,130,78)
0 Favorites   0 Comments

Color spaces of #8e824e

RGB 14213078
HSL0.140.290.43
HSV49°45°56°
CMYK 0.000.080.45   0.44
XYZ20.513122.266110.4244
Yxy22.26610.38560.4185
Hunter Lab47.1870-4.979719.9327
CIE-Lab54.3082-3.135729.7268

#8e824e color RGB value is (142,130,78).

#8e824e hex color red value is 142, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8e824e hue: 0.14 , saturation: 0.29 and the lightness value of 8e824e is 0.43.

The process color (four color CMYK) of #8e824e color hex is 0.00, 0.08, 0.45, 0.44. Web safe color of #8e824e is #999966. Color #8e824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10000010 01001110
Octal 216 202 116
Decimal 142 130 78
Hex 8E 82 4E

RGB Percentages of Color #8e824e

%40.57
%37.14
%22.29

CMYK Percentages of Color #8e824e

%0
%8
%45
%44

Triadic Colors of #8e824e

#8e824e #4e8e82 #824e8e

Analogous Colors of #8e824e

#8e824e #7a8e4e #8e624e

Monochromatic Colors of #8e824e

#8e824e

Complementary Color

#8e824e #4e5a8e

#8e824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e824e Color CSS Codes

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

#8e824e Text Font Color

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

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


#8e824e Background Color

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

This div background color is #8e824e


#8e824e Border Color

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

This div border color is #8e824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e824e


Comments

No comments written yet.

Please login to write comment.