Color Hex Logo

#aada9c Color Hex

#AADA9C
(170,218,156)
0 Favorites   0 Comments

Color spaces of #aada9c

RGB 170218156
HSL0.300.460.73
HSV106°28°85°
CMYK 0.220.000.28   0.15
XYZ47.649761.089240.7325
Yxy61.08920.31880.4087
Hunter Lab78.1596-27.957423.8130
CIE-Lab82.4267-27.051725.5924

#aada9c color RGB value is (170,218,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10011100
Octal 252 332 234
Decimal 170 218 156
Hex AA DA 9C

RGB Percentages of Color #aada9c

%31.25
%40.07
%28.68

CMYK Percentages of Color #aada9c

%22
%0
%28
%15

Triadic Colors of #aada9c

#aada9c #9caada #da9caa

Analogous Colors of #aada9c

#aada9c #9cdaad #c9da9c

Monochromatic Colors of #aada9c

#aada9c

Complementary Color

#aada9c #cc9cda

#aada9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada9c Color CSS Codes

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

#aada9c Text Font Color

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

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


#aada9c Background Color

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

This div background color is #aada9c


#aada9c Border Color

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

This div border color is #aada9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada9c


Comments

No comments written yet.

Please login to write comment.