Color Hex Logo

#aadfaa Color Hex

#AADFAA
(170,223,170)
0 Favorites   0 Comments

Color spaces of #aadfaa

RGB 170223170
HSL0.330.450.77
HSV120°24°87°
CMYK 0.240.000.24   0.13
XYZ50.220964.223747.7797
Yxy64.22370.30960.3959
Hunter Lab80.1397-28.384420.7488
CIE-Lab84.0821-27.167520.5737

#aadfaa color RGB value is (170,223,170).

#aadfaa hex color red value is 170, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aadfaa hue: 0.33 , saturation: 0.45 and the lightness value of aadfaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10101010
Octal 252 337 252
Decimal 170 223 170
Hex AA DF AA

RGB Percentages of Color #aadfaa

%30.20
%39.61
%30.20

CMYK Percentages of Color #aadfaa

%24
%0
%24
%13

Triadic Colors of #aadfaa

#aadfaa #aaaadf #dfaaaa

Analogous Colors of #aadfaa

#aadfaa #aadfc5 #c5dfaa

Monochromatic Colors of #aadfaa

#aadfaa

Complementary Color

#aadfaa #dfaadf

#aadfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfaa Color CSS Codes

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

#aadfaa Text Font Color

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

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


#aadfaa Background Color

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

This div background color is #aadfaa


#aadfaa Border Color

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

This div border color is #aadfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfaa


Comments

No comments written yet.

Please login to write comment.