Color Hex Logo

#aab39b Color Hex

#AAB39B
(170,179,155)
0 Favorites   0 Comments

Color spaces of #aab39b

RGB 170179155
HSL0.230.140.65
HSV83°13°70°
CMYK 0.050.000.13   0.30
XYZ38.614143.152837.3045
Yxy43.15280.32430.3624
Hunter Lab65.6908-10.033712.3139
CIE-Lab71.6586-7.522611.1884

#aab39b color RGB value is (170,179,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10011011
Octal 252 263 233
Decimal 170 179 155
Hex AA B3 9B

RGB Percentages of Color #aab39b

%33.73
%35.52
%30.75

CMYK Percentages of Color #aab39b

%5
%0
%13
%30

Triadic Colors of #aab39b

#aab39b #9baab3 #b39baa

Analogous Colors of #aab39b

#aab39b #9eb39b #b3b09b

Monochromatic Colors of #aab39b

#aab39b

Complementary Color

#aab39b #a49bb3

#aab39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab39b Color CSS Codes

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

#aab39b Text Font Color

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

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


#aab39b Background Color

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

This div background color is #aab39b


#aab39b Border Color

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

This div border color is #aab39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab39b


Comments

No comments written yet.

Please login to write comment.