Color Hex Logo

#aab97b Color Hex

#AAB97B
(170,185,123)
0 Favorites   0 Comments

Color spaces of #aab97b

RGB 170185123
HSL0.210.310.60
HSV75°34°73°
CMYK 0.080.000.34   0.27
XYZ37.501744.674025.3853
Yxy44.67400.34870.4153
Hunter Lab66.8386-16.815124.2687
CIE-Lab72.6767-15.501929.7967

#aab97b color RGB value is (170,185,123).

#aab97b hex color red value is 170, green value is 185 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aab97b hue: 0.21 , saturation: 0.31 and the lightness value of aab97b is 0.60.

The process color (four color CMYK) of #aab97b color hex is 0.08, 0.00, 0.34, 0.27. Web safe color of #aab97b is #99cc66. Color #aab97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01111011
Octal 252 271 173
Decimal 170 185 123
Hex AA B9 7B

RGB Percentages of Color #aab97b

%35.56
%38.70
%25.73

CMYK Percentages of Color #aab97b

%8
%0
%34
%27

Triadic Colors of #aab97b

#aab97b #7baab9 #b97baa

Analogous Colors of #aab97b

#aab97b #8bb97b #b9a97b

Monochromatic Colors of #aab97b

#aab97b

Complementary Color

#aab97b #8a7bb9

#aab97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab97b Color CSS Codes

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

#aab97b Text Font Color

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

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


#aab97b Background Color

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

This div background color is #aab97b


#aab97b Border Color

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

This div border color is #aab97b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,185,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aab97b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aab97b;
  -webkit-box-shadow: 1px 1px 3px 2px #aab97b;
  box-shadow:         1px 1px 3px 2px #aab97b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,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 #aab97b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab97b


Comments

No comments written yet.

Please login to write comment.