Color Hex Logo

#aeeafd Color Hex

#AEEAFD
(174,234,253)
0 Favorites   0 Comments

Color spaces of #aeeafd

RGB 174234253
HSL0.540.950.84
HSV194°31°99°
CMYK 0.310.080.00   0.01
XYZ64.608074.9362103.9874
Yxy74.93620.26530.3077
Hunter Lab86.5657-18.2671-10.6264
CIE-Lab89.3631-14.5227-15.2959

#aeeafd color RGB value is (174,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11111101
Octal 256 352 375
Decimal 174 234 253
Hex AE EA FD

RGB Percentages of Color #aeeafd

%26.32
%35.40
%38.28

CMYK Percentages of Color #aeeafd

%31
%8
%0
%1

Triadic Colors of #aeeafd

#aeeafd #fdaeea #eafdae

Analogous Colors of #aeeafd

#aeeafd #aec3fd #aefde9

Monochromatic Colors of #aeeafd

#aeeafd

Complementary Color

#aeeafd #fdc1ae

#aeeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeafd Color CSS Codes

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

#aeeafd Text Font Color

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

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


#aeeafd Background Color

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

This div background color is #aeeafd


#aeeafd Border Color

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

This div border color is #aeeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeafd

Related Colors


Comments

No comments written yet.

Please login to write comment.