Color Hex Logo

#aed8fe Color Hex

#AED8FE
(174,216,254)
0 Favorites   0 Comments

Color spaces of #aed8fe

RGB 174216254
HSL0.580.980.84
HSV209°31°100°
CMYK 0.310.150.00   0.00
XYZ59.900865.2662103.2064
Yxy65.26620.26230.2858
Hunter Lab80.7875-9.0273-19.1920
CIE-Lab84.6207-5.0285-22.9781

#aed8fe color RGB value is (174,216,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 11111110
Octal 256 330 376
Decimal 174 216 254
Hex AE D8 FE

RGB Percentages of Color #aed8fe

%27.02
%33.54
%39.44

CMYK Percentages of Color #aed8fe

%31
%15
%0
%0

Triadic Colors of #aed8fe

#aed8fe #feaed8 #d8feae

Analogous Colors of #aed8fe

#aed8fe #aeb0fe #aefefc

Monochromatic Colors of #aed8fe

#aed8fe

Complementary Color

#aed8fe #fed4ae

#aed8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed8fe Color CSS Codes

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

#aed8fe Text Font Color

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

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


#aed8fe Background Color

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

This div background color is #aed8fe


#aed8fe Border Color

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

This div border color is #aed8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.