Color Hex Logo

#aab98d Color Hex

#AAB98D
(170,185,141)
0 Favorites   0 Comments

Color spaces of #aab98d

RGB 170185141
HSL0.220.240.64
HSV80°24°73°
CMYK 0.080.000.24   0.27
XYZ38.734245.167131.8759
Yxy45.16710.33460.3901
Hunter Lab67.2065-14.733518.9234
CIE-Lab73.0018-12.928820.6515

#aab98d color RGB value is (170,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10001101
Octal 252 271 215
Decimal 170 185 141
Hex AA B9 8D

RGB Percentages of Color #aab98d

%34.27
%37.30
%28.43

CMYK Percentages of Color #aab98d

%8
%0
%24
%27

Triadic Colors of #aab98d

#aab98d #8daab9 #b98daa

Analogous Colors of #aab98d

#aab98d #94b98d #b9b28d

Monochromatic Colors of #aab98d

#aab98d

Complementary Color

#aab98d #9c8db9

#aab98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab98d Color CSS Codes

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

#aab98d Text Font Color

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

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


#aab98d Background Color

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

This div background color is #aab98d


#aab98d Border Color

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

This div border color is #aab98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab98d


Comments

No comments written yet.

Please login to write comment.