Color Hex Logo

#8e886e Color Hex

#8E886E
(142,136,110)
0 Favorites   0 Comments

Color spaces of #8e886e

RGB 142136110
HSL0.140.130.49
HSV49°23°56°
CMYK 0.000.040.23   0.44
XYZ22.774024.484918.2776
Yxy24.48490.34750.3736
Hunter Lab49.4822-4.439912.7372
CIE-Lab56.5701-2.248114.7935

#8e886e color RGB value is (142,136,110).

#8e886e hex color red value is 142, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8e886e hue: 0.14 , saturation: 0.13 and the lightness value of 8e886e is 0.49.

The process color (four color CMYK) of #8e886e color hex is 0.00, 0.04, 0.23, 0.44. Web safe color of #8e886e is #999966. Color #8e886e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001000 01101110
Octal 216 210 156
Decimal 142 136 110
Hex 8E 88 6E

RGB Percentages of Color #8e886e

%36.60
%35.05
%28.35

CMYK Percentages of Color #8e886e

%0
%4
%23
%44

Triadic Colors of #8e886e

#8e886e #6e8e88 #886e8e

Analogous Colors of #8e886e

#8e886e #848e6e #8e786e

Monochromatic Colors of #8e886e

#8e886e

Complementary Color

#8e886e #6e748e

#8e886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e886e Color CSS Codes

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

#8e886e Text Font Color

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

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


#8e886e Background Color

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

This div background color is #8e886e


#8e886e Border Color

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

This div border color is #8e886e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e886e


Comments

No comments written yet.

Please login to write comment.