Color Hex Logo

#aadd87 Color Hex

#AADD87
(170,221,135)
0 Favorites   0 Comments

Color spaces of #aadd87

RGB 170221135
HSL0.270.560.70
HSV96°39°87°
CMYK 0.230.000.39   0.13
XYZ46.807262.008232.4235
Yxy62.00820.33140.4390
Hunter Lab78.7453-31.701630.7089
CIE-Lab82.9178-31.523436.9919

#aadd87 color RGB value is (170,221,135).

#aadd87 hex color red value is 170, green value is 221 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aadd87 hue: 0.27 , saturation: 0.56 and the lightness value of aadd87 is 0.70.

The process color (four color CMYK) of #aadd87 color hex is 0.23, 0.00, 0.39, 0.13. Web safe color of #aadd87 is #99cc99. Color #aadd87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10000111
Octal 252 335 207
Decimal 170 221 135
Hex AA DD 87

RGB Percentages of Color #aadd87

%32.32
%42.02
%25.67

CMYK Percentages of Color #aadd87

%23
%0
%39
%13

Triadic Colors of #aadd87

#aadd87 #87aadd #dd87aa

Analogous Colors of #aadd87

#aadd87 #87dd8f #d5dd87

Monochromatic Colors of #aadd87

#aadd87

Complementary Color

#aadd87 #ba87dd

#aadd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd87 Color CSS Codes

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

#aadd87 Text Font Color

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

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


#aadd87 Background Color

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

This div background color is #aadd87


#aadd87 Border Color

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

This div border color is #aadd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd87


Comments

No comments written yet.

Please login to write comment.