Color Hex Logo

#aad1fe Color Hex

#AAD1FE
(170,209,254)
0 Favorites   0 Comments

Color spaces of #aad1fe

RGB 170209254
HSL0.590.980.83
HSV212°33°100°
CMYK 0.330.180.00   0.00
XYZ57.267461.3027102.5802
Yxy61.30270.25900.2772
Hunter Lab78.2960-6.4594-22.8721
CIE-Lab82.5412-2.4414-26.1654

#aad1fe color RGB value is (170,209,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 11111110
Octal 252 321 376
Decimal 170 209 254
Hex AA D1 FE

RGB Percentages of Color #aad1fe

%26.86
%33.02
%40.13

CMYK Percentages of Color #aad1fe

%33
%18
%0
%0

Triadic Colors of #aad1fe

#aad1fe #feaad1 #d1feaa

Analogous Colors of #aad1fe

#aad1fe #adaafe #aafbfe

Monochromatic Colors of #aad1fe

#aad1fe

Complementary Color

#aad1fe #fed7aa

#aad1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad1fe Color CSS Codes

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

#aad1fe Text Font Color

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

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


#aad1fe Background Color

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

This div background color is #aad1fe


#aad1fe Border Color

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

This div border color is #aad1fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,209,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 #aad1fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.