Color Hex Logo

#aad581 Color Hex

#AAD581
(170,213,129)
0 Favorites   0 Comments

Color spaces of #aad581

RGB 170213129
HSL0.250.500.67
HSV91°39°84°
CMYK 0.200.000.39   0.16
XYZ44.334357.719529.5732
Yxy57.71950.33680.4385
Hunter Lab75.9734-28.789630.1023
CIE-Lab80.5826-28.537636.9999

#aad581 color RGB value is (170,213,129).

#aad581 hex color red value is 170, green value is 213 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aad581 hue: 0.25 , saturation: 0.50 and the lightness value of aad581 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 10000001
Octal 252 325 201
Decimal 170 213 129
Hex AA D5 81

RGB Percentages of Color #aad581

%33.20
%41.60
%25.20

CMYK Percentages of Color #aad581

%20
%0
%39
%16

Triadic Colors of #aad581

#aad581 #81aad5 #d581aa

Analogous Colors of #aad581

#aad581 #81d582 #d4d581

Monochromatic Colors of #aad581

#aad581

Complementary Color

#aad581 #ac81d5

#aad581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad581 Color CSS Codes

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

#aad581 Text Font Color

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

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


#aad581 Background Color

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

This div background color is #aad581


#aad581 Border Color

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

This div border color is #aad581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad581


Comments

No comments written yet.

Please login to write comment.