Color Hex Logo

#9aa49d Color Hex

#9AA49D
(154,164,157)
0 Favorites   0 Comments

Color spaces of #9aa49d

RGB 154164157
HSL0.380.050.62
HSV138°64°
CMYK 0.060.000.04   0.36
XYZ32.687735.855337.0962
Yxy35.85530.30940.3394
Hunter Lab59.8793-7.34685.1844
CIE-Lab66.4092-4.90262.3988

#9aa49d color RGB value is (154,164,157).

#9aa49d hex color red value is 154, green value is 164 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #9aa49d hue: 0.38 , saturation: 0.05 and the lightness value of 9aa49d is 0.62.

The process color (four color CMYK) of #9aa49d color hex is 0.06, 0.00, 0.04, 0.36. Web safe color of #9aa49d is #999999. Color #9aa49d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100100 10011101
Octal 232 244 235
Decimal 154 164 157
Hex 9A A4 9D

RGB Percentages of Color #9aa49d

%32.42
%34.53
%33.05

CMYK Percentages of Color #9aa49d

%6
%0
%4
%36

Triadic Colors of #9aa49d

#9aa49d #9d9aa4 #a49d9a

Analogous Colors of #9aa49d

#9aa49d #9aa4a2 #9ca49a

Monochromatic Colors of #9aa49d

#9aa49d

Complementary Color

#9aa49d #a49aa1

#9aa49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa49d Color CSS Codes

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

#9aa49d Text Font Color

<p style="color:#9aa49d">Text here</p>

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


#9aa49d Background Color

<div style="background-color:#9aa49d">
Div content here</div>

This div background color is #9aa49d


#9aa49d Border Color

<div style="border:3px solid #9aa49d">
Div here</div>

This div border color is #9aa49d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,164,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aa49d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aa49d;
  -webkit-box-shadow: 1px 1px 3px 2px #9aa49d;
  box-shadow:         1px 1px 3px 2px #9aa49d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa49d


Comments

No comments written yet.

Please login to write comment.