Color Hex Logo

#8aa86e Color Hex

#8AA86E
(138,168,110)
0 Favorites   0 Comments

Color spaces of #8aa86e

RGB 138168110
HSL0.250.250.55
HSV91°35°66°
CMYK 0.180.000.35   0.34
XYZ27.298334.534319.9789
Yxy34.53430.33370.4221
Hunter Lab58.7659-19.922420.9790
CIE-Lab65.3845-20.905226.6686

#8aa86e color RGB value is (138,168,110).

#8aa86e hex color red value is 138, green value is 168 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #8aa86e hue: 0.25 , saturation: 0.25 and the lightness value of 8aa86e is 0.55.

The process color (four color CMYK) of #8aa86e color hex is 0.18, 0.00, 0.35, 0.34. Web safe color of #8aa86e is #999966. Color #8aa86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101000 01101110
Octal 212 250 156
Decimal 138 168 110
Hex 8A A8 6E

RGB Percentages of Color #8aa86e

%33.17
%40.38
%26.44

CMYK Percentages of Color #8aa86e

%18
%0
%35
%34

Triadic Colors of #8aa86e

#8aa86e #6e8aa8 #a86e8a

Analogous Colors of #8aa86e

#8aa86e #6ea86f #a7a86e

Monochromatic Colors of #8aa86e

#8aa86e

Complementary Color

#8aa86e #8c6ea8

#8aa86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa86e Color CSS Codes

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

#8aa86e Text Font Color

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

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


#8aa86e Background Color

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

This div background color is #8aa86e


#8aa86e Border Color

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

This div border color is #8aa86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa86e


Comments

No comments written yet.

Please login to write comment.