Color Hex Logo

#aee1fe Color Hex

#AEE1FE
(174,225,254)
0 Favorites   0 Comments

Color spaces of #aee1fe

RGB 174225254
HSL0.560.980.84
HSV202°31°100°
CMYK 0.310.110.00   0.00
XYZ62.270270.0049103.9962
Yxy70.00490.26360.2963
Hunter Lab83.6689-13.5729-15.1262
CIE-Lab86.9993-9.7016-19.3771

#aee1fe color RGB value is (174,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 11111110
Octal 256 341 376
Decimal 174 225 254
Hex AE E1 FE

RGB Percentages of Color #aee1fe

%26.65
%34.46
%38.90

CMYK Percentages of Color #aee1fe

%31
%11
%0
%0

Triadic Colors of #aee1fe

#aee1fe #feaee1 #e1feae

Analogous Colors of #aee1fe

#aee1fe #aeb9fe #aefef3

Monochromatic Colors of #aee1fe

#aee1fe

Complementary Color

#aee1fe #fecbae

#aee1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee1fe Color CSS Codes

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

#aee1fe Text Font Color

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

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


#aee1fe Background Color

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

This div background color is #aee1fe


#aee1fe Border Color

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

This div border color is #aee1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.