Color Hex Logo

#aad49e Color Hex

#AAD49E
(170,212,158)
0 Favorites   0 Comments

Color spaces of #aad49e

RGB 170212158
HSL0.300.390.73
HSV107°25°83°
CMYK 0.200.000.25   0.17
XYZ46.292658.101641.1226
Yxy58.10160.31810.3993
Hunter Lab76.2244-24.986121.3705
CIE-Lab80.7952-23.826922.3210

#aad49e color RGB value is (170,212,158).

#aad49e hex color red value is 170, green value is 212 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aad49e hue: 0.30 , saturation: 0.39 and the lightness value of aad49e is 0.73.

The process color (four color CMYK) of #aad49e color hex is 0.20, 0.00, 0.25, 0.17. Web safe color of #aad49e is #99cc99. Color #aad49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10011110
Octal 252 324 236
Decimal 170 212 158
Hex AA D4 9E

RGB Percentages of Color #aad49e

%31.48
%39.26
%29.26

CMYK Percentages of Color #aad49e

%20
%0
%25
%17

Triadic Colors of #aad49e

#aad49e #9eaad4 #d49eaa

Analogous Colors of #aad49e

#aad49e #9ed4ad #c5d49e

Monochromatic Colors of #aad49e

#aad49e

Complementary Color

#aad49e #c89ed4

#aad49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad49e Color CSS Codes

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

#aad49e Text Font Color

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

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


#aad49e Background Color

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

This div background color is #aad49e


#aad49e Border Color

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

This div border color is #aad49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad49e


Comments

No comments written yet.

Please login to write comment.