Color Hex Logo

#aad59d Color Hex

#AAD59D
(170,213,157)
0 Favorites   0 Comments

Color spaces of #aad59d

RGB 170213157
HSL0.290.400.73
HSV106°26°84°
CMYK 0.200.000.26   0.16
XYZ46.457658.568940.7546
Yxy58.56890.31870.4018
Hunter Lab76.5303-25.569921.9976
CIE-Lab81.0541-24.475623.1998

#aad59d color RGB value is (170,213,157).

#aad59d hex color red value is 170, green value is 213 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aad59d hue: 0.29 , saturation: 0.40 and the lightness value of aad59d is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 10011101
Octal 252 325 235
Decimal 170 213 157
Hex AA D5 9D

RGB Percentages of Color #aad59d

%31.48
%39.44
%29.07

CMYK Percentages of Color #aad59d

%20
%0
%26
%16

Triadic Colors of #aad59d

#aad59d #9daad5 #d59daa

Analogous Colors of #aad59d

#aad59d #9dd5ac #c6d59d

Monochromatic Colors of #aad59d

#aad59d

Complementary Color

#aad59d #c89dd5

#aad59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad59d Color CSS Codes

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

#aad59d Text Font Color

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

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


#aad59d Background Color

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

This div background color is #aad59d


#aad59d Border Color

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

This div border color is #aad59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad59d


Comments

No comments written yet.

Please login to write comment.