Color Hex Logo

#aaddff Color Hex

#AADDFF
(170,221,255)
6 Favorites   0 Comments

Color spaces of #aaddff

RGB 170221255
HSL0.571.000.83
HSV204°33°100°
CMYK 0.330.130.00   0.00
XYZ60.484067.4790104.4446
Yxy67.47900.26020.2903
Hunter Lab82.1456-12.3248-17.8828
CIE-Lab85.7453-8.4889-21.8218

#aaddff color RGB value is (170,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11111111
Octal 252 335 377
Decimal 170 221 255
Hex AA DD FF

RGB Percentages of Color #aaddff

%26.32
%34.21
%39.47

CMYK Percentages of Color #aaddff

%33
%13
%0
%0

Triadic Colors of #aaddff

#aaddff #ffaadd #ddffaa

Analogous Colors of #aaddff

#aaddff #aab3ff #aafff7

Monochromatic Colors of #aaddff

#aaddff

Complementary Color

#aaddff #ffccaa

#aaddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddff Color CSS Codes

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

#aaddff Text Font Color

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

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


#aaddff Background Color

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

This div background color is #aaddff


#aaddff Border Color

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

This div border color is #aaddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddff

Related Colors

#aaddff Color Palettes


Comments

No comments written yet.

Please login to write comment.