Color Hex Logo

#aed5fa Color Hex

#AED5FA
(174,213,250)
0 Favorites   0 Comments

Color spaces of #aed5fa

RGB 174213250
HSL0.580.880.83
HSV209°30°98°
CMYK 0.300.150.00   0.02
XYZ58.505163.489399.6136
Yxy63.48930.26400.2865
Hunter Lab79.6802-8.3768-18.3463
CIE-Lab83.6992-4.4119-22.2603

#aed5fa color RGB value is (174,213,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 11111010
Octal 256 325 372
Decimal 174 213 250
Hex AE D5 FA

RGB Percentages of Color #aed5fa

%27.32
%33.44
%39.25

CMYK Percentages of Color #aed5fa

%30
%15
%0
%2

Triadic Colors of #aed5fa

#aed5fa #faaed5 #d5faae

Analogous Colors of #aed5fa

#aed5fa #aeaffa #aefaf9

Monochromatic Colors of #aed5fa

#aed5fa

Complementary Color

#aed5fa #fad3ae

#aed5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed5fa Color CSS Codes

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

#aed5fa Text Font Color

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

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


#aed5fa Background Color

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

This div background color is #aed5fa


#aed5fa Border Color

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

This div border color is #aed5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed5fa


Comments

No comments written yet.

Please login to write comment.