Color Hex Logo

#9aa97d Color Hex

#9AA97D
(154,169,125)
0 Favorites   0 Comments

Color spaces of #9aa97d

RGB 154169125
HSL0.220.200.58
HSV80°26°66°
CMYK 0.090.000.26   0.34
XYZ31.216136.726624.8457
Yxy36.72660.33640.3958
Hunter Lab60.6025-14.109718.1141
CIE-Lab67.0714-13.094821.0108

#9aa97d color RGB value is (154,169,125).

#9aa97d hex color red value is 154, green value is 169 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9aa97d hue: 0.22 , saturation: 0.20 and the lightness value of 9aa97d is 0.58.

The process color (four color CMYK) of #9aa97d color hex is 0.09, 0.00, 0.26, 0.34. Web safe color of #9aa97d is #999966. Color #9aa97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101001 01111101
Octal 232 251 175
Decimal 154 169 125
Hex 9A A9 7D

RGB Percentages of Color #9aa97d

%34.38
%37.72
%27.90

CMYK Percentages of Color #9aa97d

%9
%0
%26
%34

Triadic Colors of #9aa97d

#9aa97d #7d9aa9 #a97d9a

Analogous Colors of #9aa97d

#9aa97d #84a97d #a9a27d

Monochromatic Colors of #9aa97d

#9aa97d

Complementary Color

#9aa97d #8c7da9

#9aa97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa97d Color CSS Codes

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

#9aa97d Text Font Color

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

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


#9aa97d Background Color

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

This div background color is #9aa97d


#9aa97d Border Color

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

This div border color is #9aa97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa97d


Comments

No comments written yet.

Please login to write comment.