Color Hex Logo

#aaddfe Color Hex

#AADDFE
(170,221,254)
0 Favorites   0 Comments

Color spaces of #aaddfe

RGB 170221254
HSL0.570.980.83
HSV204°33°100°
CMYK 0.330.130.00   0.00
XYZ60.323467.4147103.5989
Yxy67.41470.26080.2914
Hunter Lab82.1065-12.5428-17.3354
CIE-Lab85.7129-8.7306-21.3437

#aaddfe color RGB value is (170,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11111110
Octal 252 335 376
Decimal 170 221 254
Hex AA DD FE

RGB Percentages of Color #aaddfe

%26.36
%34.26
%39.38

CMYK Percentages of Color #aaddfe

%33
%13
%0
%0

Triadic Colors of #aaddfe

#aaddfe #feaadd #ddfeaa

Analogous Colors of #aaddfe

#aaddfe #aab3fe #aafef5

Monochromatic Colors of #aaddfe

#aaddfe

Complementary Color

#aaddfe #fecbaa

#aaddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddfe Color CSS Codes

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

#aaddfe Text Font Color

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

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


#aaddfe Background Color

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

This div background color is #aaddfe


#aaddfe Border Color

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

This div border color is #aaddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddfe


Comments

No comments written yet.

Please login to write comment.