Color Hex Logo

#8c805a Color Hex

#8C805A
(140,128,90)
0 Favorites   0 Comments

Color spaces of #8c805a

RGB 14012890
HSL0.130.220.45
HSV46°36°55°
CMYK 0.000.090.36   0.45
XYZ20.379921.752012.7973
Yxy21.75200.37100.3960
Hunter Lab46.6390-3.619016.3787
CIE-Lab53.7629-1.435722.3132

#8c805a color RGB value is (140,128,90).

#8c805a hex color red value is 140, green value is 128 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #8c805a hue: 0.13 , saturation: 0.22 and the lightness value of 8c805a is 0.45.

The process color (four color CMYK) of #8c805a color hex is 0.00, 0.09, 0.36, 0.45. Web safe color of #8c805a is #999966. Color #8c805a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10000000 01011010
Octal 214 200 132
Decimal 140 128 90
Hex 8C 80 5A

RGB Percentages of Color #8c805a

%39.11
%35.75
%25.14

CMYK Percentages of Color #8c805a

%0
%9
%36
%45

Triadic Colors of #8c805a

#8c805a #5a8c80 #805a8c

Analogous Colors of #8c805a

#8c805a #7f8c5a #8c675a

Monochromatic Colors of #8c805a

#8c805a

Complementary Color

#8c805a #5a668c

#8c805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c805a Color CSS Codes

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

#8c805a Text Font Color

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

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


#8c805a Background Color

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

This div background color is #8c805a


#8c805a Border Color

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

This div border color is #8c805a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c805a


Comments

No comments written yet.

Please login to write comment.