Color Hex Logo

#aee2fe Color Hex

#AEE2FE
(174,226,254)
0 Favorites   0 Comments

Color spaces of #aee2fe

RGB 174226254
HSL0.560.980.84
HSV201°31°100°
CMYK 0.310.110.00   0.00
XYZ62.541370.5471104.0866
Yxy70.54710.26370.2974
Hunter Lab83.9923-14.0741-14.6799
CIE-Lab87.2645-10.2155-18.9768

#aee2fe color RGB value is (174,226,254).

#aee2fe hex color red value is 174, green value is 226 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aee2fe hue: 0.56 , saturation: 0.98 and the lightness value of aee2fe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 11111110
Octal 256 342 376
Decimal 174 226 254
Hex AE E2 FE

RGB Percentages of Color #aee2fe

%26.61
%34.56
%38.84

CMYK Percentages of Color #aee2fe

%31
%11
%0
%0

Triadic Colors of #aee2fe

#aee2fe #feaee2 #e2feae

Analogous Colors of #aee2fe

#aee2fe #aebafe #aefef2

Monochromatic Colors of #aee2fe

#aee2fe

Complementary Color

#aee2fe #fecaae

#aee2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee2fe Color CSS Codes

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

#aee2fe Text Font Color

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

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


#aee2fe Background Color

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

This div background color is #aee2fe


#aee2fe Border Color

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

This div border color is #aee2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee2fe


Comments

No comments written yet.

Please login to write comment.