Color Hex Logo

#aad09d Color Hex

#AAD09D
(170,208,157)
0 Favorites   0 Comments

Color spaces of #aad09d

RGB 170208157
HSL0.290.350.72
HSV105°25°82°
CMYK 0.180.000.25   0.18
XYZ45.219256.092140.3418
Yxy56.09210.31920.3960
Hunter Lab74.8947-23.292620.4899
CIE-Lab79.6662-22.024721.2952

#aad09d color RGB value is (170,208,157).

#aad09d hex color red value is 170, green value is 208 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aad09d hue: 0.29 , saturation: 0.35 and the lightness value of aad09d is 0.72.

The process color (four color CMYK) of #aad09d color hex is 0.18, 0.00, 0.25, 0.18. Web safe color of #aad09d is #99cc99. Color #aad09d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10011101
Octal 252 320 235
Decimal 170 208 157
Hex AA D0 9D

RGB Percentages of Color #aad09d

%31.78
%38.88
%29.35

CMYK Percentages of Color #aad09d

%18
%0
%25
%18

Triadic Colors of #aad09d

#aad09d #9daad0 #d09daa

Analogous Colors of #aad09d

#aad09d #9dd0aa #c4d09d

Monochromatic Colors of #aad09d

#aad09d

Complementary Color

#aad09d #c39dd0

#aad09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad09d Color CSS Codes

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

#aad09d Text Font Color

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

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


#aad09d Background Color

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

This div background color is #aad09d


#aad09d Border Color

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

This div border color is #aad09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad09d


Comments

No comments written yet.

Please login to write comment.