Color Hex Logo

#aadf9d Color Hex

#AADF9D
(170,223,157)
0 Favorites   0 Comments

Color spaces of #aadf9d

RGB 170223157
HSL0.300.510.75
HSV108°30°87°
CMYK 0.240.000.30   0.13
XYZ49.051063.755741.6191
Yxy63.75570.31760.4129
Hunter Lab79.8472-30.078024.9890
CIE-Lab83.8384-29.280626.9884

#aadf9d color RGB value is (170,223,157).

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

The process color (four color CMYK) of #aadf9d color hex is 0.24, 0.00, 0.30, 0.13. Web safe color of #aadf9d is #99cc99. Color #aadf9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10011101
Octal 252 337 235
Decimal 170 223 157
Hex AA DF 9D

RGB Percentages of Color #aadf9d

%30.91
%40.55
%28.55

CMYK Percentages of Color #aadf9d

%24
%0
%30
%13

Triadic Colors of #aadf9d

#aadf9d #9daadf #df9daa

Analogous Colors of #aadf9d

#aadf9d #9ddfb1 #cbdf9d

Monochromatic Colors of #aadf9d

#aadf9d

Complementary Color

#aadf9d #d29ddf

#aadf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf9d Color CSS Codes

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

#aadf9d Text Font Color

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

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


#aadf9d Background Color

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

This div background color is #aadf9d


#aadf9d Border Color

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

This div border color is #aadf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf9d


Comments

No comments written yet.

Please login to write comment.