Color Hex Logo

#8a977c Color Hex

#8A977C
(138,151,124)
0 Favorites   0 Comments

Color spaces of #8a977c

RGB 138151124
HSL0.250.110.54
HSV89°18°59°
CMYK 0.090.000.18   0.41
XYZ25.185928.991723.3373
Yxy28.99170.32490.3740
Hunter Lab53.8439-10.732211.9930
CIE-Lab60.7743-9.772412.6789

#8a977c color RGB value is (138,151,124).

#8a977c hex color red value is 138, green value is 151 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8a977c hue: 0.25 , saturation: 0.11 and the lightness value of 8a977c is 0.54.

The process color (four color CMYK) of #8a977c color hex is 0.09, 0.00, 0.18, 0.41. Web safe color of #8a977c is #999966. Color #8a977c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010111 01111100
Octal 212 227 174
Decimal 138 151 124
Hex 8A 97 7C

RGB Percentages of Color #8a977c

%33.41
%36.56
%30.02

CMYK Percentages of Color #8a977c

%9
%0
%18
%41

Triadic Colors of #8a977c

#8a977c #7c8a97 #977c8a

Analogous Colors of #8a977c

#8a977c #7d977c #97977c

Monochromatic Colors of #8a977c

#8a977c

Complementary Color

#8a977c #897c97

#8a977c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a977c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a977c Color CSS Codes

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

#8a977c Text Font Color

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

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


#8a977c Background Color

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

This div background color is #8a977c


#8a977c Border Color

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

This div border color is #8a977c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,151,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a977c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a977c;
  -webkit-box-shadow: 1px 1px 3px 2px #8a977c;
  box-shadow:         1px 1px 3px 2px #8a977c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,151,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a977c


Comments

No comments written yet.

Please login to write comment.