Color Hex Logo

#aee7fe Color Hex

#AEE7FE
(174,231,254)
0 Favorites   0 Comments

Color spaces of #aee7fe

RGB 174231254
HSL0.550.980.84
HSV197°31°100°
CMYK 0.310.090.00   0.00
XYZ63.920973.3063104.5465
Yxy73.30630.26440.3032
Hunter Lab85.6191-16.5702-12.4636
CIE-Lab88.5936-12.7699-16.9750

#aee7fe color RGB value is (174,231,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11111110
Octal 256 347 376
Decimal 174 231 254
Hex AE E7 FE

RGB Percentages of Color #aee7fe

%26.40
%35.05
%38.54

CMYK Percentages of Color #aee7fe

%31
%9
%0
%0

Triadic Colors of #aee7fe

#aee7fe #feaee7 #e7feae

Analogous Colors of #aee7fe

#aee7fe #aebffe #aefeed

Monochromatic Colors of #aee7fe

#aee7fe

Complementary Color

#aee7fe #fec5ae

#aee7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7fe Color CSS Codes

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

#aee7fe Text Font Color

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

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


#aee7fe Background Color

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

This div background color is #aee7fe


#aee7fe Border Color

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

This div border color is #aee7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.