Color Hex Logo

#aab38c Color Hex

#AAB38C
(170,179,140)
0 Favorites   0 Comments

Color spaces of #aab38c

RGB 170179140
HSL0.210.200.63
HSV74°22°70°
CMYK 0.050.000.22   0.30
XYZ37.431342.679731.0761
Yxy42.67970.33670.3839
Hunter Lab65.3297-12.053617.5277
CIE-Lab71.3370-9.957118.9014

#aab38c color RGB value is (170,179,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110011 10001100
Octal 252 263 214
Decimal 170 179 140
Hex AA B3 8C

RGB Percentages of Color #aab38c

%34.76
%36.61
%28.63

CMYK Percentages of Color #aab38c

%5
%0
%22
%30

Triadic Colors of #aab38c

#aab38c #8caab3 #b38caa

Analogous Colors of #aab38c

#aab38c #97b38c #b3a98c

Monochromatic Colors of #aab38c

#aab38c

Complementary Color

#aab38c #958cb3

#aab38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab38c Color CSS Codes

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

#aab38c Text Font Color

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

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


#aab38c Background Color

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

This div background color is #aab38c


#aab38c Border Color

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

This div border color is #aab38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab38c


Comments

No comments written yet.

Please login to write comment.