Color Hex Logo

#aad7aa Color Hex

#AAD7AA
(170,215,170)
0 Favorites   0 Comments

Color spaces of #aad7aa

RGB 170215170
HSL0.330.360.75
HSV120°21°84°
CMYK 0.210.000.21   0.16
XYZ48.133760.049247.0840
Yxy60.04920.31000.3867
Hunter Lab77.4914-24.734918.2192
CIE-Lab81.8649-23.290017.4923

#aad7aa color RGB value is (170,215,170).

#aad7aa hex color red value is 170, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aad7aa hue: 0.33 , saturation: 0.36 and the lightness value of aad7aa is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 10101010
Octal 252 327 252
Decimal 170 215 170
Hex AA D7 AA

RGB Percentages of Color #aad7aa

%30.63
%38.74
%30.63

CMYK Percentages of Color #aad7aa

%21
%0
%21
%16

Triadic Colors of #aad7aa

#aad7aa #aaaad7 #d7aaaa

Analogous Colors of #aad7aa

#aad7aa #aad7c1 #c1d7aa

Monochromatic Colors of #aad7aa

#aad7aa

Complementary Color

#aad7aa #d7aad7

#aad7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7aa Color CSS Codes

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

#aad7aa Text Font Color

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

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


#aad7aa Background Color

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

This div background color is #aad7aa


#aad7aa Border Color

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

This div border color is #aad7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7aa


Comments

No comments written yet.

Please login to write comment.