Color Hex Logo

#aab38a Color Hex

#AAB38A
(170,179,138)
0 Favorites   0 Comments

Color spaces of #aab38a

RGB 170179138
HSL0.200.210.62
HSV73°23°70°
CMYK 0.050.000.23   0.30
XYZ37.285142.621230.3063
Yxy42.62120.33830.3867
Hunter Lab65.2849-12.304818.1761
CIE-Lab71.2971-10.262819.9290

#aab38a color RGB value is (170,179,138).

#aab38a hex color red value is 170, green value is 179 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aab38a hue: 0.20 , saturation: 0.21 and the lightness value of aab38a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10001010
Octal 252 263 212
Decimal 170 179 138
Hex AA B3 8A

RGB Percentages of Color #aab38a

%34.91
%36.76
%28.34

CMYK Percentages of Color #aab38a

%5
%0
%23
%30

Triadic Colors of #aab38a

#aab38a #8aaab3 #b38aaa

Analogous Colors of #aab38a

#aab38a #96b38a #b3a88a

Monochromatic Colors of #aab38a

#aab38a

Complementary Color

#aab38a #938ab3

#aab38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab38a Color CSS Codes

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

#aab38a Text Font Color

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

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


#aab38a Background Color

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

This div background color is #aab38a


#aab38a Border Color

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

This div border color is #aab38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab38a


Comments

No comments written yet.

Please login to write comment.