Color Hex Logo

#aeeefd Color Hex

#AEEEFD
(174,238,253)
0 Favorites   0 Comments

Color spaces of #aeeefd

RGB 174238253
HSL0.530.950.84
HSV191°31°99°
CMYK 0.310.060.00   0.01
XYZ65.759777.2396104.3713
Yxy77.23960.26580.3122
Hunter Lab87.8861-20.2401-8.8911
CIE-Lab90.4318-16.5321-13.6955

#aeeefd color RGB value is (174,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 11111101
Octal 256 356 375
Decimal 174 238 253
Hex AE EE FD

RGB Percentages of Color #aeeefd

%26.17
%35.79
%38.05

CMYK Percentages of Color #aeeefd

%31
%6
%0
%1

Triadic Colors of #aeeefd

#aeeefd #fdaeee #eefdae

Analogous Colors of #aeeefd

#aeeefd #aec7fd #aefde5

Monochromatic Colors of #aeeefd

#aeeefd

Complementary Color

#aeeefd #fdbdae

#aeeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeefd Color CSS Codes

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

#aeeefd Text Font Color

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

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


#aeeefd Background Color

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

This div background color is #aeeefd


#aeeefd Border Color

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

This div border color is #aeeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeefd


Comments

No comments written yet.

Please login to write comment.