Color Hex Logo

#8aa17e Color Hex

#8AA17E
(138,161,126)
0 Favorites   0 Comments

Color spaces of #8aa17e

RGB 138161126
HSL0.280.160.56
HSV99°22°63°
CMYK 0.140.000.22   0.37
XYZ26.992032.399424.5697
Yxy32.39940.32150.3859
Hunter Lab56.9205-14.965114.2518
CIE-Lab63.6716-14.760715.6034

#8aa17e color RGB value is (138,161,126).

#8aa17e hex color red value is 138, green value is 161 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8aa17e hue: 0.28 , saturation: 0.16 and the lightness value of 8aa17e is 0.56.

The process color (four color CMYK) of #8aa17e color hex is 0.14, 0.00, 0.22, 0.37. Web safe color of #8aa17e is #999966. Color #8aa17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100001 01111110
Octal 212 241 176
Decimal 138 161 126
Hex 8A A1 7E

RGB Percentages of Color #8aa17e

%32.47
%37.88
%29.65

CMYK Percentages of Color #8aa17e

%14
%0
%22
%37

Triadic Colors of #8aa17e

#8aa17e #7e8aa1 #a17e8a

Analogous Colors of #8aa17e

#8aa17e #7ea184 #9ca17e

Monochromatic Colors of #8aa17e

#8aa17e

Complementary Color

#8aa17e #957ea1

#8aa17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa17e Color CSS Codes

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

#8aa17e Text Font Color

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

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


#8aa17e Background Color

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

This div background color is #8aa17e


#8aa17e Border Color

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

This div border color is #8aa17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa17e


Comments

No comments written yet.

Please login to write comment.