Color Hex Logo

#8e986e Color Hex

#8E986E
(142,152,110)
0 Favorites   0 Comments

Color spaces of #8e986e

RGB 142152110
HSL0.210.170.51
HSV74°28°60°
CMYK 0.070.000.28   0.40
XYZ25.198029.333019.0856
Yxy29.33300.34230.3985
Hunter Lab54.1599-11.732517.0186
CIE-Lab61.0744-11.014520.9572

#8e986e color RGB value is (142,152,110).

#8e986e hex color red value is 142, green value is 152 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8e986e hue: 0.21 , saturation: 0.17 and the lightness value of 8e986e is 0.51.

The process color (four color CMYK) of #8e986e color hex is 0.07, 0.00, 0.28, 0.40. Web safe color of #8e986e is #999966. Color #8e986e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10011000 01101110
Octal 216 230 156
Decimal 142 152 110
Hex 8E 98 6E

RGB Percentages of Color #8e986e

%35.15
%37.62
%27.23

CMYK Percentages of Color #8e986e

%7
%0
%28
%40

Triadic Colors of #8e986e

#8e986e #6e8e98 #986e8e

Analogous Colors of #8e986e

#8e986e #79986e #988d6e

Monochromatic Colors of #8e986e

#8e986e

Complementary Color

#8e986e #786e98

#8e986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e986e Color CSS Codes

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

#8e986e Text Font Color

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

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


#8e986e Background Color

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

This div background color is #8e986e


#8e986e Border Color

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

This div border color is #8e986e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,152,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 #8e986e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e986e


Comments

No comments written yet.

Please login to write comment.