Color Hex Logo

#aed6fe Color Hex

#AED6FE
(174,214,254)
0 Favorites   0 Comments

Color spaces of #aed6fe

RGB 174214254
HSL0.580.980.84
HSV210°31°100°
CMYK 0.310.160.00   0.00
XYZ59.391564.2476103.0367
Yxy64.24760.26200.2834
Hunter Lab80.1546-8.0089-20.1076
CIE-Lab84.0945-3.9788-23.7776

#aed6fe color RGB value is (174,214,254).

#aed6fe hex color red value is 174, green value is 214 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aed6fe hue: 0.58 , saturation: 0.98 and the lightness value of aed6fe is 0.84.

The process color (four color CMYK) of #aed6fe color hex is 0.31, 0.16, 0.00, 0.00. Web safe color of #aed6fe is #99ccff. Color #aed6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11111110
Octal 256 326 376
Decimal 174 214 254
Hex AE D6 FE

RGB Percentages of Color #aed6fe

%27.10
%33.33
%39.56

CMYK Percentages of Color #aed6fe

%31
%16
%0
%0

Triadic Colors of #aed6fe

#aed6fe #feaed6 #d6feae

Analogous Colors of #aed6fe

#aed6fe #aeaefe #aefefe

Monochromatic Colors of #aed6fe

#aed6fe

Complementary Color

#aed6fe #fed6ae

#aed6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6fe Color CSS Codes

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

#aed6fe Text Font Color

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

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


#aed6fe Background Color

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

This div background color is #aed6fe


#aed6fe Border Color

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

This div border color is #aed6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6fe


Comments

No comments written yet.

Please login to write comment.