Color Hex Logo

#aabd89 Color Hex

#AABD89
(170,189,137)
0 Favorites   0 Comments

Color spaces of #aabd89

RGB 170189137
HSL0.230.280.64
HSV82°28°74°
CMYK 0.100.000.28   0.26
XYZ39.290546.747430.6192
Yxy46.74740.33680.4007
Hunter Lab68.3721-17.074821.3085
CIE-Lab74.0279-15.585524.1894

#aabd89 color RGB value is (170,189,137).

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

The process color (four color CMYK) of #aabd89 color hex is 0.10, 0.00, 0.28, 0.26. Web safe color of #aabd89 is #99cc99. Color #aabd89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10001001
Octal 252 275 211
Decimal 170 189 137
Hex AA BD 89

RGB Percentages of Color #aabd89

%34.27
%38.10
%27.62

CMYK Percentages of Color #aabd89

%10
%0
%28
%26

Triadic Colors of #aabd89

#aabd89 #89aabd #bd89aa

Analogous Colors of #aabd89

#aabd89 #90bd89 #bdb689

Monochromatic Colors of #aabd89

#aabd89

Complementary Color

#aabd89 #9c89bd

#aabd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd89 Color CSS Codes

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

#aabd89 Text Font Color

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

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


#aabd89 Background Color

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

This div background color is #aabd89


#aabd89 Border Color

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

This div border color is #aabd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd89


Comments

No comments written yet.

Please login to write comment.