Color Hex Logo

#aad6fe Color Hex

#AAD6FE
(170,214,254)
0 Favorites   0 Comments

Color spaces of #aad6fe

RGB 170214254
HSL0.580.980.83
HSV209°33°100°
CMYK 0.330.160.00   0.00
XYZ58.513563.7949102.9956
Yxy63.79490.25970.2832
Hunter Lab79.8717-9.0075-20.5450
CIE-Lab83.8589-5.0800-24.1578

#aad6fe color RGB value is (170,214,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 11111110
Octal 252 326 376
Decimal 170 214 254
Hex AA D6 FE

RGB Percentages of Color #aad6fe

%26.65
%33.54
%39.81

CMYK Percentages of Color #aad6fe

%33
%16
%0
%0

Triadic Colors of #aad6fe

#aad6fe #feaad6 #d6feaa

Analogous Colors of #aad6fe

#aad6fe #aaacfe #aafefc

Monochromatic Colors of #aad6fe

#aad6fe

Complementary Color

#aad6fe #fed2aa

#aad6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad6fe Color CSS Codes

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

#aad6fe Text Font Color

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

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


#aad6fe Background Color

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

This div background color is #aad6fe


#aad6fe Border Color

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

This div border color is #aad6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad6fe


Comments

No comments written yet.

Please login to write comment.