Color Hex Logo

#aadaa9 Color Hex

#AADAA9
(170,218,169)
0 Favorites   0 Comments

Color spaces of #aadaa9

RGB 170218169
HSL0.330.400.76
HSV119°22°85°
CMYK 0.220.000.22   0.15
XYZ48.810461.553446.8445
Yxy61.55340.31050.3915
Hunter Lab78.4560-26.246419.5183
CIE-Lab82.6753-24.924219.1464

#aadaa9 color RGB value is (170,218,169).

#aadaa9 hex color red value is 170, green value is 218 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aadaa9 hue: 0.33 , saturation: 0.40 and the lightness value of aadaa9 is 0.76.

The process color (four color CMYK) of #aadaa9 color hex is 0.22, 0.00, 0.22, 0.15. Web safe color of #aadaa9 is #99cc99. Color #aadaa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10101001
Octal 252 332 251
Decimal 170 218 169
Hex AA DA A9

RGB Percentages of Color #aadaa9

%30.52
%39.14
%30.34

CMYK Percentages of Color #aadaa9

%22
%0
%22
%15

Triadic Colors of #aadaa9

#aadaa9 #a9aada #daa9aa

Analogous Colors of #aadaa9

#aadaa9 #a9dac1 #c3daa9

Monochromatic Colors of #aadaa9

#aadaa9

Complementary Color

#aadaa9 #d9a9da

#aadaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaa9 Color CSS Codes

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

#aadaa9 Text Font Color

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

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


#aadaa9 Background Color

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

This div background color is #aadaa9


#aadaa9 Border Color

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

This div border color is #aadaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaa9


Comments

No comments written yet.

Please login to write comment.