Color Hex Logo

#aee7fa Color Hex

#AEE7FA
(174,231,250)
0 Favorites   0 Comments

Color spaces of #aee7fa

RGB 174231250
HSL0.540.880.83
HSV195°30°98°
CMYK 0.300.080.00   0.02
XYZ63.286873.0526101.2075
Yxy73.05260.26640.3075
Hunter Lab85.4708-17.4037-10.3768
CIE-Lab88.4728-13.7025-15.0600

#aee7fa color RGB value is (174,231,250).

#aee7fa hex color red value is 174, green value is 231 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aee7fa hue: 0.54 , saturation: 0.88 and the lightness value of aee7fa is 0.83.

The process color (four color CMYK) of #aee7fa color hex is 0.30, 0.08, 0.00, 0.02. Web safe color of #aee7fa is #99ffff. Color #aee7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 11111010
Octal 256 347 372
Decimal 174 231 250
Hex AE E7 FA

RGB Percentages of Color #aee7fa

%26.56
%35.27
%38.17

CMYK Percentages of Color #aee7fa

%30
%8
%0
%2

Triadic Colors of #aee7fa

#aee7fa #faaee7 #e7faae

Analogous Colors of #aee7fa

#aee7fa #aec1fa #aefae7

Monochromatic Colors of #aee7fa

#aee7fa

Complementary Color

#aee7fa #fac1ae

#aee7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee7fa Color CSS Codes

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

#aee7fa Text Font Color

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

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


#aee7fa Background Color

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

This div background color is #aee7fa


#aee7fa Border Color

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

This div border color is #aee7fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,231,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aee7fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee7fa


Comments

No comments written yet.

Please login to write comment.