Color Hex Logo

#aad661 Color Hex

#AAD661
(170,214,97)
0 Favorites   0 Comments

Color spaces of #aad661

RGB 17021497
HSL0.230.590.61
HSV83°55°84°
CMYK 0.210.000.55   0.16
XYZ42.781857.502220.1535
Yxy57.50220.35520.4774
Hunter Lab75.8302-31.996937.3236
CIE-Lab80.4612-32.594752.3330

#aad661 color RGB value is (170,214,97).

#aad661 hex color red value is 170, green value is 214 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #aad661 hue: 0.23 , saturation: 0.59 and the lightness value of aad661 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01100001
Octal 252 326 141
Decimal 170 214 97
Hex AA D6 61

RGB Percentages of Color #aad661

%35.34
%44.49
%20.17

CMYK Percentages of Color #aad661

%21
%0
%55
%16

Triadic Colors of #aad661

#aad661 #61aad6 #d661aa

Analogous Colors of #aad661

#aad661 #70d661 #d6c861

Monochromatic Colors of #aad661

#aad661

Complementary Color

#aad661 #8d61d6

#aad661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad661 Color CSS Codes

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

#aad661 Text Font Color

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

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


#aad661 Background Color

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

This div background color is #aad661


#aad661 Border Color

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

This div border color is #aad661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad661


Comments

No comments written yet.

Please login to write comment.