Color Hex Logo

#aafadc Color Hex

#AAFADC
(170,250,220)
0 Favorites   0 Comments

Color spaces of #aafadc

RGB 170250220
HSL0.440.890.82
HSV158°32°98°
CMYK 0.320.000.12   0.02
XYZ63.681482.084680.1977
Yxy82.08460.28180.3633
Hunter Lab90.6006-33.086710.9381
CIE-Lab92.6122-30.63926.6432

#aafadc color RGB value is (170,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11011100
Octal 252 372 334
Decimal 170 250 220
Hex AA FA DC

RGB Percentages of Color #aafadc

%26.56
%39.06
%34.38

CMYK Percentages of Color #aafadc

%32
%0
%12
%2

Triadic Colors of #aafadc

#aafadc #dcaafa #fadcaa

Analogous Colors of #aafadc

#aafadc #aaf0fa #aafab4

Monochromatic Colors of #aafadc

#aafadc

Complementary Color

#aafadc #faaac8

#aafadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafadc Color CSS Codes

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

#aafadc Text Font Color

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

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


#aafadc Background Color

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

This div background color is #aafadc


#aafadc Border Color

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

This div border color is #aafadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafadc


Comments

No comments written yet.

Please login to write comment.