Color Hex Logo

#8a957c Color Hex

#8A957C
(138,149,124)
0 Favorites   0 Comments

Color spaces of #8a957c

RGB 138149124
HSL0.240.110.54
HSV86°17°58°
CMYK 0.070.000.17   0.42
XYZ24.866828.353423.2309
Yxy28.35340.32530.3709
Hunter Lab53.2479-9.824311.4066
CIE-Lab60.2067-8.687811.8824

#8a957c color RGB value is (138,149,124).

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

The process color (four color CMYK) of #8a957c color hex is 0.07, 0.00, 0.17, 0.42. Web safe color of #8a957c is #999966. Color #8a957c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10010101 01111100
Octal 212 225 174
Decimal 138 149 124
Hex 8A 95 7C

RGB Percentages of Color #8a957c

%33.58
%36.25
%30.17

CMYK Percentages of Color #8a957c

%7
%0
%17
%42

Triadic Colors of #8a957c

#8a957c #7c8a95 #957c8a

Analogous Colors of #8a957c

#8a957c #7e957c #95947c

Monochromatic Colors of #8a957c

#8a957c

Complementary Color

#8a957c #877c95

#8a957c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a957c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a957c Color CSS Codes

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

#8a957c Text Font Color

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

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


#8a957c Background Color

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

This div background color is #8a957c


#8a957c Border Color

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

This div border color is #8a957c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a957c


Comments

No comments written yet.

Please login to write comment.