Color Hex Logo

#aab39d Color Hex

#AAB39D
(170,179,157)
0 Favorites   0 Comments

Color spaces of #aab39d

RGB 170179157
HSL0.230.130.66
HSV85°12°70°
CMYK 0.050.000.12   0.30
XYZ38.783543.220638.1966
Yxy43.22060.32270.3596
Hunter Lab65.7424-9.746411.5719
CIE-Lab71.7044-7.179610.1607

#aab39d color RGB value is (170,179,157).

#aab39d hex color red value is 170, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aab39d hue: 0.23 , saturation: 0.13 and the lightness value of aab39d is 0.66.

The process color (four color CMYK) of #aab39d color hex is 0.05, 0.00, 0.12, 0.30. Web safe color of #aab39d is #99cc99. Color #aab39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10011101
Octal 252 263 235
Decimal 170 179 157
Hex AA B3 9D

RGB Percentages of Color #aab39d

%33.60
%35.38
%31.03

CMYK Percentages of Color #aab39d

%5
%0
%12
%30

Triadic Colors of #aab39d

#aab39d #9daab3 #b39daa

Analogous Colors of #aab39d

#aab39d #9fb39d #b3b19d

Monochromatic Colors of #aab39d

#aab39d

Complementary Color

#aab39d #a69db3

#aab39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab39d Color CSS Codes

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

#aab39d Text Font Color

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

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


#aab39d Background Color

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

This div background color is #aab39d


#aab39d Border Color

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

This div border color is #aab39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab39d


Comments

No comments written yet.

Please login to write comment.