Color Hex Logo

#aeeffd Color Hex

#AEEFFD
(174,239,253)
0 Favorites   0 Comments

Color spaces of #aeeffd

RGB 174239253
HSL0.530.950.84
HSV191°31°99°
CMYK 0.310.060.00   0.01
XYZ66.051777.8235104.4687
Yxy77.82350.26600.3134
Hunter Lab88.2176-20.7315-8.4598
CIE-Lab90.6993-17.0317-13.2955

#aeeffd color RGB value is (174,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11111101
Octal 256 357 375
Decimal 174 239 253
Hex AE EF FD

RGB Percentages of Color #aeeffd

%26.13
%35.89
%37.99

CMYK Percentages of Color #aeeffd

%31
%6
%0
%1

Triadic Colors of #aeeffd

#aeeffd #fdaeef #effdae

Analogous Colors of #aeeffd

#aeeffd #aec8fd #aefde4

Monochromatic Colors of #aeeffd

#aeeffd

Complementary Color

#aeeffd #fdbcae

#aeeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeffd Color CSS Codes

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

#aeeffd Text Font Color

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

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


#aeeffd Background Color

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

This div background color is #aeeffd


#aeeffd Border Color

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

This div border color is #aeeffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeffd


Comments

No comments written yet.

Please login to write comment.