Color Hex Logo

#aed1fa Color Hex

#AED1FA
(174,209,250)
0 Favorites   0 Comments

Color spaces of #aed1fa

RGB 174209250
HSL0.590.880.83
HSV212°30°98°
CMYK 0.300.160.00   0.02
XYZ57.511361.501799.2823
Yxy61.50170.26350.2817
Hunter Lab78.4230-6.3378-20.1641
CIE-Lab82.6477-2.3019-23.8577

#aed1fa color RGB value is (174,209,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11111010
Octal 256 321 372
Decimal 174 209 250
Hex AE D1 FA

RGB Percentages of Color #aed1fa

%27.49
%33.02
%39.49

CMYK Percentages of Color #aed1fa

%30
%16
%0
%2

Triadic Colors of #aed1fa

#aed1fa #faaed1 #d1faae

Analogous Colors of #aed1fa

#aed1fa #b1aefa #aef7fa

Monochromatic Colors of #aed1fa

#aed1fa

Complementary Color

#aed1fa #fad7ae

#aed1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1fa Color CSS Codes

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

#aed1fa Text Font Color

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

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


#aed1fa Background Color

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

This div background color is #aed1fa


#aed1fa Border Color

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

This div border color is #aed1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.