Color Hex Logo

#aed8fa Color Hex

#AED8FA
(174,216,250)
0 Favorites   0 Comments

Color spaces of #aed8fa

RGB 174216250
HSL0.570.880.83
HSV207°30°98°
CMYK 0.300.140.00   0.02
XYZ59.266765.012599.8675
Yxy65.01250.26440.2900
Hunter Lab80.6303-9.8980-16.9945
CIE-Lab84.4902-5.9838-21.0613

#aed8fa color RGB value is (174,216,250).

#aed8fa hex color red value is 174, green value is 216 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aed8fa hue: 0.57 , saturation: 0.88 and the lightness value of aed8fa is 0.83.

The process color (four color CMYK) of #aed8fa color hex is 0.30, 0.14, 0.00, 0.02. Web safe color of #aed8fa is #99ccff. Color #aed8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 11111010
Octal 256 330 372
Decimal 174 216 250
Hex AE D8 FA

RGB Percentages of Color #aed8fa

%27.19
%33.75
%39.06

CMYK Percentages of Color #aed8fa

%30
%14
%0
%2

Triadic Colors of #aed8fa

#aed8fa #faaed8 #d8faae

Analogous Colors of #aed8fa

#aed8fa #aeb2fa #aefaf6

Monochromatic Colors of #aed8fa

#aed8fa

Complementary Color

#aed8fa #fad0ae

#aed8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed8fa Color CSS Codes

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

#aed8fa Text Font Color

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

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


#aed8fa Background Color

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

This div background color is #aed8fa


#aed8fa Border Color

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

This div border color is #aed8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed8fa


Comments

No comments written yet.

Please login to write comment.