Color Hex Logo

#aaddfc Color Hex

#AADDFC
(170,221,252)
0 Favorites   0 Comments

Color spaces of #aaddfc

RGB 170221252
HSL0.560.930.83
HSV203°33°99°
CMYK 0.330.120.00   0.01
XYZ60.004767.2872101.9206
Yxy67.28720.26180.2936
Hunter Lab82.0288-12.9762-16.2476
CIE-Lab85.6488-9.2121-20.3863

#aaddfc color RGB value is (170,221,252).

#aaddfc hex color red value is 170, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aaddfc hue: 0.56 , saturation: 0.93 and the lightness value of aaddfc is 0.83.

The process color (four color CMYK) of #aaddfc color hex is 0.33, 0.12, 0.00, 0.01. Web safe color of #aaddfc is #99ccff. Color #aaddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11111100
Octal 252 335 374
Decimal 170 221 252
Hex AA DD FC

RGB Percentages of Color #aaddfc

%26.44
%34.37
%39.19

CMYK Percentages of Color #aaddfc

%33
%12
%0
%1

Triadic Colors of #aaddfc

#aaddfc #fcaadd #ddfcaa

Analogous Colors of #aaddfc

#aaddfc #aab4fc #aafcf2

Monochromatic Colors of #aaddfc

#aaddfc

Complementary Color

#aaddfc #fcc9aa

#aaddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddfc Color CSS Codes

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

#aaddfc Text Font Color

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

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


#aaddfc Background Color

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

This div background color is #aaddfc


#aaddfc Border Color

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

This div border color is #aaddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.