Color Hex Logo

#aae1fc Color Hex

#AAE1FC
(170,225,252)
0 Favorites   0 Comments

Color spaces of #aae1fc

RGB 170225252
HSL0.550.930.83
HSV200°33°99°
CMYK 0.330.110.00   0.01
XYZ61.073569.4247102.2769
Yxy69.42470.26240.2982
Hunter Lab83.3215-14.9746-14.4533
CIE-Lab86.7139-11.2715-18.7776

#aae1fc color RGB value is (170,225,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 11111100
Octal 252 341 374
Decimal 170 225 252
Hex AA E1 FC

RGB Percentages of Color #aae1fc

%26.28
%34.78
%38.95

CMYK Percentages of Color #aae1fc

%33
%11
%0
%1

Triadic Colors of #aae1fc

#aae1fc #fcaae1 #e1fcaa

Analogous Colors of #aae1fc

#aae1fc #aab8fc #aafcee

Monochromatic Colors of #aae1fc

#aae1fc

Complementary Color

#aae1fc #fcc5aa

#aae1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae1fc Color CSS Codes

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

#aae1fc Text Font Color

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

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


#aae1fc Background Color

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

This div background color is #aae1fc


#aae1fc Border Color

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

This div border color is #aae1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae1fc


Comments

No comments written yet.

Please login to write comment.