Color Hex Logo

#aee6fe Color Hex

#AEE6FE
(174,230,254)
0 Favorites   0 Comments

Color spaces of #aee6fe

RGB 174230254
HSL0.550.980.84
HSV198°31°100°
CMYK 0.310.090.00   0.00
XYZ63.641872.7481104.4534
Yxy72.74810.26420.3021
Hunter Lab85.2925-16.0724-12.9047
CIE-Lab88.3274-12.2611-17.3753

#aee6fe color RGB value is (174,230,254).

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

The process color (four color CMYK) of #aee6fe color hex is 0.31, 0.09, 0.00, 0.00. Web safe color of #aee6fe is #99ffff. Color #aee6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 11111110
Octal 256 346 376
Decimal 174 230 254
Hex AE E6 FE

RGB Percentages of Color #aee6fe

%26.44
%34.95
%38.60

CMYK Percentages of Color #aee6fe

%31
%9
%0
%0

Triadic Colors of #aee6fe

#aee6fe #feaee6 #e6feae

Analogous Colors of #aee6fe

#aee6fe #aebefe #aefeee

Monochromatic Colors of #aee6fe

#aee6fe

Complementary Color

#aee6fe #fec6ae

#aee6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee6fe Color CSS Codes

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

#aee6fe Text Font Color

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

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


#aee6fe Background Color

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

This div background color is #aee6fe


#aee6fe Border Color

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

This div border color is #aee6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.