Color Hex Logo

#aabd9f Color Hex

#AABD9F
(170,189,159)
0 Favorites   0 Comments

Color spaces of #aabd9f

RGB 170189159
HSL0.270.190.68
HSV98°16°74°
CMYK 0.100.000.16   0.26
XYZ41.033247.444439.7959
Yxy47.44440.31990.3699
Hunter Lab68.8799-14.203613.9607
CIE-Lab74.4731-12.077312.9925

#aabd9f color RGB value is (170,189,159).

#aabd9f hex color red value is 170, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aabd9f hue: 0.27 , saturation: 0.19 and the lightness value of aabd9f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10011111
Octal 252 275 237
Decimal 170 189 159
Hex AA BD 9F

RGB Percentages of Color #aabd9f

%32.82
%36.49
%30.69

CMYK Percentages of Color #aabd9f

%10
%0
%16
%26

Triadic Colors of #aabd9f

#aabd9f #9faabd #bd9faa

Analogous Colors of #aabd9f

#aabd9f #9fbda3 #b9bd9f

Monochromatic Colors of #aabd9f

#aabd9f

Complementary Color

#aabd9f #b29fbd

#aabd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd9f Color CSS Codes

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

#aabd9f Text Font Color

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

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


#aabd9f Background Color

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

This div background color is #aabd9f


#aabd9f Border Color

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

This div border color is #aabd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd9f


Comments

No comments written yet.

Please login to write comment.