Color Hex Logo

#aab98e Color Hex

#AAB98E
(170,185,142)
0 Favorites   0 Comments

Color spaces of #aab98e

RGB 170185142
HSL0.220.230.64
HSV81°23°73°
CMYK 0.080.000.23   0.27
XYZ38.809045.197032.2696
Yxy45.19700.33380.3887
Hunter Lab67.2287-14.607918.6011
CIE-Lab73.0214-12.775020.1409

#aab98e color RGB value is (170,185,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10001110
Octal 252 271 216
Decimal 170 185 142
Hex AA B9 8E

RGB Percentages of Color #aab98e

%34.21
%37.22
%28.57

CMYK Percentages of Color #aab98e

%8
%0
%23
%27

Triadic Colors of #aab98e

#aab98e #8eaab9 #b98eaa

Analogous Colors of #aab98e

#aab98e #95b98e #b9b38e

Monochromatic Colors of #aab98e

#aab98e

Complementary Color

#aab98e #9d8eb9

#aab98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab98e Color CSS Codes

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

#aab98e Text Font Color

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

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


#aab98e Background Color

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

This div background color is #aab98e


#aab98e Border Color

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

This div border color is #aab98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab98e


Comments

No comments written yet.

Please login to write comment.