Color Hex Logo

#aafadd Color Hex

#AAFADD
(170,250,221)
0 Favorites   0 Comments

Color spaces of #aafadd

RGB 170250221
HSL0.440.890.82
HSV158°32°98°
CMYK 0.320.000.12   0.02
XYZ63.814382.137780.8974
Yxy82.13770.28130.3621
Hunter Lab90.6299-32.916810.5179
CIE-Lab92.6356-30.43606.1598

#aafadd color RGB value is (170,250,221).

#aafadd hex color red value is 170, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aafadd hue: 0.44 , saturation: 0.89 and the lightness value of aafadd is 0.82.

The process color (four color CMYK) of #aafadd color hex is 0.32, 0.00, 0.12, 0.02. Web safe color of #aafadd is #99ffcc. Color #aafadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11011101
Octal 252 372 335
Decimal 170 250 221
Hex AA FA DD

RGB Percentages of Color #aafadd

%26.52
%39.00
%34.48

CMYK Percentages of Color #aafadd

%32
%0
%12
%2

Triadic Colors of #aafadd

#aafadd #ddaafa #faddaa

Analogous Colors of #aafadd

#aafadd #aaeffa #aafab5

Monochromatic Colors of #aafadd

#aafadd

Complementary Color

#aafadd #faaac7

#aafadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafadd Color CSS Codes

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

#aafadd Text Font Color

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

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


#aafadd Background Color

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

This div background color is #aafadd


#aafadd Border Color

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

This div border color is #aafadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafadd

Related Colors


Comments

No comments written yet.

Please login to write comment.