Color Hex Logo

#aadc9d Color Hex

#AADC9D
(170,220,157)
0 Favorites   0 Comments

Color spaces of #aadc9d

RGB 170220157
HSL0.300.470.74
HSV108°29°86°
CMYK 0.230.000.29   0.14
XYZ48.256662.166841.3543
Yxy62.16680.31790.4096
Hunter Lab78.8459-28.731824.0948
CIE-Lab83.0020-27.852525.8548

#aadc9d color RGB value is (170,220,157).

#aadc9d hex color red value is 170, green value is 220 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aadc9d hue: 0.30 , saturation: 0.47 and the lightness value of aadc9d is 0.74.

The process color (four color CMYK) of #aadc9d color hex is 0.23, 0.00, 0.29, 0.14. Web safe color of #aadc9d is #99cc99. Color #aadc9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10011101
Octal 252 334 235
Decimal 170 220 157
Hex AA DC 9D

RGB Percentages of Color #aadc9d

%31.08
%40.22
%28.70

CMYK Percentages of Color #aadc9d

%23
%0
%29
%14

Triadic Colors of #aadc9d

#aadc9d #9daadc #dc9daa

Analogous Colors of #aadc9d

#aadc9d #9ddcb0 #cadc9d

Monochromatic Colors of #aadc9d

#aadc9d

Complementary Color

#aadc9d #cf9ddc

#aadc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadc9d Color CSS Codes

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

#aadc9d Text Font Color

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

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


#aadc9d Background Color

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

This div background color is #aadc9d


#aadc9d Border Color

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

This div border color is #aadc9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,220,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 #aadc9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadc9d


Comments

No comments written yet.

Please login to write comment.