Color Hex Logo

#aad5ad Color Hex

#AAD5AD
(170,213,173)
0 Favorites   0 Comments

Color spaces of #aad5ad

RGB 170213173
HSL0.340.340.75
HSV124°20°84°
CMYK 0.200.000.19   0.16
XYZ47.914659.151748.4272
Yxy59.15170.30810.3804
Hunter Lab76.9101-23.388216.5046
CIE-Lab81.3749-21.783515.2227

#aad5ad color RGB value is (170,213,173).

#aad5ad hex color red value is 170, green value is 213 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aad5ad hue: 0.34 , saturation: 0.34 and the lightness value of aad5ad is 0.75.

The process color (four color CMYK) of #aad5ad color hex is 0.20, 0.00, 0.19, 0.16. Web safe color of #aad5ad is #99cc99. Color #aad5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 10101101
Octal 252 325 255
Decimal 170 213 173
Hex AA D5 AD

RGB Percentages of Color #aad5ad

%30.58
%38.31
%31.12

CMYK Percentages of Color #aad5ad

%20
%0
%19
%16

Triadic Colors of #aad5ad

#aad5ad #adaad5 #d5adaa

Analogous Colors of #aad5ad

#aad5ad #aad5c3 #bdd5aa

Monochromatic Colors of #aad5ad

#aad5ad

Complementary Color

#aad5ad #d5aad2

#aad5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad5ad Color CSS Codes

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

#aad5ad Text Font Color

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

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


#aad5ad Background Color

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

This div background color is #aad5ad


#aad5ad Border Color

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

This div border color is #aad5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad5ad


Comments

No comments written yet.

Please login to write comment.