Color Hex Logo

#aad66d Color Hex

#AAD66D
(170,214,109)
0 Favorites   0 Comments

Color spaces of #aad66d

RGB 170214109
HSL0.240.560.63
HSV85°49°84°
CMYK 0.210.000.49   0.16
XYZ43.384457.743323.3270
Yxy57.74330.34860.4640
Hunter Lab75.9890-31.069834.9915
CIE-Lab80.5959-31.384246.8716

#aad66d color RGB value is (170,214,109).

#aad66d hex color red value is 170, green value is 214 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aad66d hue: 0.24 , saturation: 0.56 and the lightness value of aad66d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01101101
Octal 252 326 155
Decimal 170 214 109
Hex AA D6 6D

RGB Percentages of Color #aad66d

%34.48
%43.41
%22.11

CMYK Percentages of Color #aad66d

%21
%0
%49
%16

Triadic Colors of #aad66d

#aad66d #6daad6 #d66daa

Analogous Colors of #aad66d

#aad66d #76d66d #d6ce6d

Monochromatic Colors of #aad66d

#aad66d

Complementary Color

#aad66d #996dd6

#aad66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad66d Color CSS Codes

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

#aad66d Text Font Color

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

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


#aad66d Background Color

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

This div background color is #aad66d


#aad66d Border Color

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

This div border color is #aad66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad66d


Comments

No comments written yet.

Please login to write comment.