Color Hex Logo

#aadf99 Color Hex

#AADF99
(170,223,153)
0 Favorites   0 Comments

Color spaces of #aadf99

RGB 170223153
HSL0.290.520.74
HSV105°31°87°
CMYK 0.240.000.31   0.13
XYZ48.715063.621339.8496
Yxy63.62130.32010.4180
Hunter Lab79.7630-30.566826.2128
CIE-Lab83.7682-29.895928.9542

#aadf99 color RGB value is (170,223,153).

#aadf99 hex color red value is 170, green value is 223 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #aadf99 hue: 0.29 , saturation: 0.52 and the lightness value of aadf99 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10011001
Octal 252 337 231
Decimal 170 223 153
Hex AA DF 99

RGB Percentages of Color #aadf99

%31.14
%40.84
%28.02

CMYK Percentages of Color #aadf99

%24
%0
%31
%13

Triadic Colors of #aadf99

#aadf99 #99aadf #df99aa

Analogous Colors of #aadf99

#aadf99 #99dfab #cddf99

Monochromatic Colors of #aadf99

#aadf99

Complementary Color

#aadf99 #ce99df

#aadf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf99 Color CSS Codes

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

#aadf99 Text Font Color

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

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


#aadf99 Background Color

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

This div background color is #aadf99


#aadf99 Border Color

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

This div border color is #aadf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf99


Comments

No comments written yet.

Please login to write comment.