Color Hex Logo

#8aa79a Color Hex

#8AA79A
(138,167,154)
0 Favorites   0 Comments

Color spaces of #8aa79a

RGB 138167154
HSL0.430.140.60
HSV153°17°65°
CMYK 0.170.000.08   0.35
XYZ30.132735.373835.8115
Yxy35.37380.29740.3491
Hunter Lab59.4759-13.64805.9335
CIE-Lab66.0387-12.68133.3914

#8aa79a color RGB value is (138,167,154).

#8aa79a hex color red value is 138, green value is 167 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8aa79a hue: 0.43 , saturation: 0.14 and the lightness value of 8aa79a is 0.60.

The process color (four color CMYK) of #8aa79a color hex is 0.17, 0.00, 0.08, 0.35. Web safe color of #8aa79a is #999999. Color #8aa79a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10100111 10011010
Octal 212 247 232
Decimal 138 167 154
Hex 8A A7 9A

RGB Percentages of Color #8aa79a

%30.07
%36.38
%33.55

CMYK Percentages of Color #8aa79a

%17
%0
%8
%35

Triadic Colors of #8aa79a

#8aa79a #9a8aa7 #a79a8a

Analogous Colors of #8aa79a

#8aa79a #8aa6a7 #8aa78c

Monochromatic Colors of #8aa79a

#8aa79a

Complementary Color

#8aa79a #a78a97

#8aa79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aa79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aa79a Color CSS Codes

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

#8aa79a Text Font Color

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

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


#8aa79a Background Color

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

This div background color is #8aa79a


#8aa79a Border Color

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

This div border color is #8aa79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aa79a


Comments

No comments written yet.

Please login to write comment.