Color Hex Logo

#aabd9d Color Hex

#AABD9D
(170,189,157)
0 Favorites   0 Comments

Color spaces of #aabd9d

RGB 170189157
HSL0.270.200.68
HSV96°17°74°
CMYK 0.100.000.17   0.26
XYZ40.861047.375638.8891
Yxy47.37560.32140.3727
Hunter Lab68.8299-14.485614.6819
CIE-Lab74.4294-12.418114.0116

#aabd9d color RGB value is (170,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10011101
Octal 252 275 235
Decimal 170 189 157
Hex AA BD 9D

RGB Percentages of Color #aabd9d

%32.95
%36.63
%30.43

CMYK Percentages of Color #aabd9d

%10
%0
%17
%26

Triadic Colors of #aabd9d

#aabd9d #9daabd #bd9daa

Analogous Colors of #aabd9d

#aabd9d #9dbda0 #babd9d

Monochromatic Colors of #aabd9d

#aabd9d

Complementary Color

#aabd9d #b09dbd

#aabd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabd9d Color CSS Codes

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

#aabd9d Text Font Color

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

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


#aabd9d Background Color

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

This div background color is #aabd9d


#aabd9d Border Color

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

This div border color is #aabd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabd9d


Comments

No comments written yet.

Please login to write comment.