Color Hex Logo

#8aab7e Color Hex

#8AAB7E
(138,171,126)
0 Favorites   0 Comments

Color spaces of #8aab7e

RGB 138171126
HSL0.290.210.58
HSV104°26°67°
CMYK 0.190.000.26   0.33
XYZ28.810036.035525.1758
Yxy36.03550.32000.4003
Hunter Lab60.0296-19.384217.1551
CIE-Lab66.5470-19.935919.5679

#8aab7e color RGB value is (138,171,126).

#8aab7e hex color red value is 138, green value is 171 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8aab7e hue: 0.29 , saturation: 0.21 and the lightness value of 8aab7e is 0.58.

The process color (four color CMYK) of #8aab7e color hex is 0.19, 0.00, 0.26, 0.33. Web safe color of #8aab7e is #999966. Color #8aab7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101011 01111110
Octal 212 253 176
Decimal 138 171 126
Hex 8A AB 7E

RGB Percentages of Color #8aab7e

%31.72
%39.31
%28.97

CMYK Percentages of Color #8aab7e

%19
%0
%26
%33

Triadic Colors of #8aab7e

#8aab7e #7e8aab #ab7e8a

Analogous Colors of #8aab7e

#8aab7e #7eab89 #a1ab7e

Monochromatic Colors of #8aab7e

#8aab7e

Complementary Color

#8aab7e #9f7eab

#8aab7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aab7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aab7e Color CSS Codes

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

#8aab7e Text Font Color

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

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


#8aab7e Background Color

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

This div background color is #8aab7e


#8aab7e Border Color

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

This div border color is #8aab7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aab7e


Comments

No comments written yet.

Please login to write comment.