Color Hex Logo

#8c986e Color Hex

#8C986E
(140,152,110)
0 Favorites   0 Comments

Color spaces of #8c986e

RGB 140152110
HSL0.210.170.51
HSV77°28°60°
CMYK 0.080.000.28   0.40
XYZ24.857929.157719.0697
Yxy29.15770.34010.3990
Hunter Lab53.9979-12.323916.8599
CIE-Lab60.9206-11.803020.7231

#8c986e color RGB value is (140,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 01101110
Octal 214 230 156
Decimal 140 152 110
Hex 8C 98 6E

RGB Percentages of Color #8c986e

%34.83
%37.81
%27.36

CMYK Percentages of Color #8c986e

%8
%0
%28
%40

Triadic Colors of #8c986e

#8c986e #6e8c98 #986e8c

Analogous Colors of #8c986e

#8c986e #77986e #988f6e

Monochromatic Colors of #8c986e

#8c986e

Complementary Color

#8c986e #7a6e98

#8c986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c986e Color CSS Codes

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

#8c986e Text Font Color

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

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


#8c986e Background Color

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

This div background color is #8c986e


#8c986e Border Color

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

This div border color is #8c986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c986e


Comments

No comments written yet.

Please login to write comment.