Color Hex Logo

#8c895e Color Hex

#8C895E
(140,137,94)
0 Favorites   0 Comments

Color spaces of #8c895e

RGB 14013794
HSL0.160.200.46
HSV56°33°55°
CMYK 0.000.020.33   0.45
XYZ21.781324.274914.1272
Yxy24.27490.36190.4033
Hunter Lab49.2696-7.309717.4883
CIE-Lab56.3620-5.930723.5120

#8c895e color RGB value is (140,137,94).

#8c895e hex color red value is 140, green value is 137 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8c895e hue: 0.16 , saturation: 0.20 and the lightness value of 8c895e is 0.46.

The process color (four color CMYK) of #8c895e color hex is 0.00, 0.02, 0.33, 0.45. Web safe color of #8c895e is #999966. Color #8c895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001001 01011110
Octal 214 211 136
Decimal 140 137 94
Hex 8C 89 5E

RGB Percentages of Color #8c895e

%37.74
%36.93
%25.34

CMYK Percentages of Color #8c895e

%0
%2
%33
%45

Triadic Colors of #8c895e

#8c895e #5e8c89 #895e8c

Analogous Colors of #8c895e

#8c895e #788c5e #8c725e

Monochromatic Colors of #8c895e

#8c895e

Complementary Color

#8c895e #5e618c

#8c895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c895e Color CSS Codes

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

#8c895e Text Font Color

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

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


#8c895e Background Color

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

This div background color is #8c895e


#8c895e Border Color

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

This div border color is #8c895e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,137,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c895e

#8c895e Color Palettes


Comments

No comments written yet.

Please login to write comment.