Color Hex Logo

#9aa47b Color Hex

#9AA47B
(154,164,123)
0 Favorites   0 Comments

Color spaces of #9aa47b

RGB 154164123
HSL0.210.180.56
HSV75°25°64°
CMYK 0.060.000.25   0.36
XYZ30.177034.851023.8753
Yxy34.85100.33940.3920
Hunter Lab59.0347-12.066317.3458
CIE-Lab65.6325-10.763520.1423

#9aa47b color RGB value is (154,164,123).

#9aa47b hex color red value is 154, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9aa47b hue: 0.21 , saturation: 0.18 and the lightness value of 9aa47b is 0.56.

The process color (four color CMYK) of #9aa47b color hex is 0.06, 0.00, 0.25, 0.36. Web safe color of #9aa47b is #999966. Color #9aa47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10100100 01111011
Octal 232 244 173
Decimal 154 164 123
Hex 9A A4 7B

RGB Percentages of Color #9aa47b

%34.92
%37.19
%27.89

CMYK Percentages of Color #9aa47b

%6
%0
%25
%36

Triadic Colors of #9aa47b

#9aa47b #7b9aa4 #a47b9a

Analogous Colors of #9aa47b

#9aa47b #86a47b #a49a7b

Monochromatic Colors of #9aa47b

#9aa47b

Complementary Color

#9aa47b #857ba4

#9aa47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aa47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aa47b Color CSS Codes

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

#9aa47b Text Font Color

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

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


#9aa47b Background Color

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

This div background color is #9aa47b


#9aa47b Border Color

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

This div border color is #9aa47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aa47b


Comments

No comments written yet.

Please login to write comment.