Color Hex Logo

#aab489 Color Hex

#AAB489
(170,180,137)
0 Favorites   0 Comments

Color spaces of #aab489

RGB 170180137
HSL0.210.220.62
HSV74°24°71°
CMYK 0.060.000.24   0.29
XYZ37.414242.994729.9938
Yxy42.99470.33890.3894
Hunter Lab65.5703-12.896718.7783
CIE-Lab71.5514-10.936820.8177

#aab489 color RGB value is (170,180,137).

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

The process color (four color CMYK) of #aab489 color hex is 0.06, 0.00, 0.24, 0.29. Web safe color of #aab489 is #99cc99. Color #aab489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 10001001
Octal 252 264 211
Decimal 170 180 137
Hex AA B4 89

RGB Percentages of Color #aab489

%34.91
%36.96
%28.13

CMYK Percentages of Color #aab489

%6
%0
%24
%29

Triadic Colors of #aab489

#aab489 #89aab4 #b489aa

Analogous Colors of #aab489

#aab489 #95b489 #b4a989

Monochromatic Colors of #aab489

#aab489

Complementary Color

#aab489 #9389b4

#aab489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab489 Color CSS Codes

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

#aab489 Text Font Color

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

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


#aab489 Background Color

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

This div background color is #aab489


#aab489 Border Color

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

This div border color is #aab489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab489


Comments

No comments written yet.

Please login to write comment.