Color Hex Logo

#aed7fa Color Hex

#AED7FA
(174,215,250)
0 Favorites   0 Comments

Color spaces of #aed7fa

RGB 174215250
HSL0.580.880.83
HSV208°30°98°
CMYK 0.300.140.00   0.02
XYZ59.011364.501799.7823
Yxy64.50170.26430.2889
Hunter Lab80.3130-9.3918-17.4439
CIE-Lab84.2263-5.4609-21.4610

#aed7fa color RGB value is (174,215,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 11111010
Octal 256 327 372
Decimal 174 215 250
Hex AE D7 FA

RGB Percentages of Color #aed7fa

%27.23
%33.65
%39.12

CMYK Percentages of Color #aed7fa

%30
%14
%0
%2

Triadic Colors of #aed7fa

#aed7fa #faaed7 #d7faae

Analogous Colors of #aed7fa

#aed7fa #aeb1fa #aefaf7

Monochromatic Colors of #aed7fa

#aed7fa

Complementary Color

#aed7fa #fad1ae

#aed7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7fa Color CSS Codes

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

#aed7fa Text Font Color

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

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


#aed7fa Background Color

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

This div background color is #aed7fa


#aed7fa Border Color

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

This div border color is #aed7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7fa


Comments

No comments written yet.

Please login to write comment.