Color Hex Logo

#aab88c Color Hex

#AAB88C
(170,184,140)
0 Favorites   0 Comments

Color spaces of #aab88c

RGB 170184140
HSL0.220.240.64
HSV79°24°72°
CMYK 0.080.000.24   0.28
XYZ38.451744.720531.4162
Yxy44.72050.33560.3903
Hunter Lab66.8734-14.392318.9577
CIE-Lab72.7075-12.563620.7856

#aab88c color RGB value is (170,184,140).

#aab88c hex color red value is 170, green value is 184 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aab88c hue: 0.22 , saturation: 0.24 and the lightness value of aab88c is 0.64.

The process color (four color CMYK) of #aab88c color hex is 0.08, 0.00, 0.24, 0.28. Web safe color of #aab88c is #99cc99. Color #aab88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 10001100
Octal 252 270 214
Decimal 170 184 140
Hex AA B8 8C

RGB Percentages of Color #aab88c

%34.41
%37.25
%28.34

CMYK Percentages of Color #aab88c

%8
%0
%24
%28

Triadic Colors of #aab88c

#aab88c #8caab8 #b88caa

Analogous Colors of #aab88c

#aab88c #94b88c #b8b08c

Monochromatic Colors of #aab88c

#aab88c

Complementary Color

#aab88c #9a8cb8

#aab88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab88c Color CSS Codes

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

#aab88c Text Font Color

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

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


#aab88c Background Color

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

This div background color is #aab88c


#aab88c Border Color

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

This div border color is #aab88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab88c


Comments

No comments written yet.

Please login to write comment.