Color Hex Logo

#aab96e Color Hex

#AAB96E
(170,185,110)
0 Favorites   0 Comments

Color spaces of #aab96e

RGB 170185110
HSL0.200.350.58
HSV72°41°73°
CMYK 0.080.000.41   0.27
XYZ36.741044.369821.3796
Yxy44.36980.35850.4329
Hunter Lab66.6107-18.111927.5975
CIE-Lab72.4750-17.129036.2975

#aab96e color RGB value is (170,185,110).

#aab96e hex color red value is 170, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aab96e hue: 0.20 , saturation: 0.35 and the lightness value of aab96e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01101110
Octal 252 271 156
Decimal 170 185 110
Hex AA B9 6E

RGB Percentages of Color #aab96e

%36.56
%39.78
%23.66

CMYK Percentages of Color #aab96e

%8
%0
%41
%27

Triadic Colors of #aab96e

#aab96e #6eaab9 #b96eaa

Analogous Colors of #aab96e

#aab96e #85b96e #b9a36e

Monochromatic Colors of #aab96e

#aab96e

Complementary Color

#aab96e #7d6eb9

#aab96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab96e Color CSS Codes

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

#aab96e Text Font Color

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

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


#aab96e Background Color

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

This div background color is #aab96e


#aab96e Border Color

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

This div border color is #aab96e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,185,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab96e


Comments

No comments written yet.

Please login to write comment.