Color Hex Logo

#aad86e Color Hex

#AAD86E
(170,216,110)
0 Favorites   0 Comments

Color spaces of #aad86e

RGB 170216110
HSL0.240.580.64
HSV86°49°85°
CMYK 0.210.000.49   0.15
XYZ43.947958.783623.7819
Yxy58.78360.34740.4646
Hunter Lab76.6705-31.856235.2786
CIE-Lab81.1725-32.210147.0929

#aad86e color RGB value is (170,216,110).

#aad86e hex color red value is 170, green value is 216 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aad86e hue: 0.24 , saturation: 0.58 and the lightness value of aad86e is 0.64.

The process color (four color CMYK) of #aad86e color hex is 0.21, 0.00, 0.49, 0.15. Web safe color of #aad86e is #99cc66. Color #aad86e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01101110
Octal 252 330 156
Decimal 170 216 110
Hex AA D8 6E

RGB Percentages of Color #aad86e

%34.27
%43.55
%22.18

CMYK Percentages of Color #aad86e

%21
%0
%49
%15

Triadic Colors of #aad86e

#aad86e #6eaad8 #d86eaa

Analogous Colors of #aad86e

#aad86e #75d86e #d8d16e

Monochromatic Colors of #aad86e

#aad86e

Complementary Color

#aad86e #9c6ed8

#aad86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad86e Color CSS Codes

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

#aad86e Text Font Color

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

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


#aad86e Background Color

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

This div background color is #aad86e


#aad86e Border Color

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

This div border color is #aad86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad86e


Comments

No comments written yet.

Please login to write comment.