Color Hex Logo

#aee9fd Color Hex

#AEE9FD
(174,233,253)
0 Favorites   0 Comments

Color spaces of #aee9fd

RGB 174233253
HSL0.540.950.84
HSV195°31°99°
CMYK 0.310.080.00   0.01
XYZ64.324174.3683103.8928
Yxy74.36830.26520.3066
Hunter Lab86.2371-17.7719-11.0628
CIE-Lab89.0963-14.0174-15.6963

#aee9fd color RGB value is (174,233,253).

#aee9fd hex color red value is 174, green value is 233 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aee9fd hue: 0.54 , saturation: 0.95 and the lightness value of aee9fd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101001 11111101
Octal 256 351 375
Decimal 174 233 253
Hex AE E9 FD

RGB Percentages of Color #aee9fd

%26.36
%35.30
%38.33

CMYK Percentages of Color #aee9fd

%31
%8
%0
%1

Triadic Colors of #aee9fd

#aee9fd #fdaee9 #e9fdae

Analogous Colors of #aee9fd

#aee9fd #aec2fd #aefdea

Monochromatic Colors of #aee9fd

#aee9fd

Complementary Color

#aee9fd #fdc2ae

#aee9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee9fd Color CSS Codes

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

#aee9fd Text Font Color

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

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


#aee9fd Background Color

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

This div background color is #aee9fd


#aee9fd Border Color

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

This div border color is #aee9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee9fd

Related Colors


Comments

No comments written yet.

Please login to write comment.