Color Hex Logo

#aed6fa Color Hex

#AED6FA
(174,214,250)
0 Favorites   0 Comments

Color spaces of #aed6fa

RGB 174214250
HSL0.580.880.83
HSV208°30°98°
CMYK 0.300.140.00   0.02
XYZ58.757463.993999.6977
Yxy63.99390.26410.2877
Hunter Lab79.9962-8.8846-17.8946
CIE-Lab83.9626-4.9369-21.8607

#aed6fa color RGB value is (174,214,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11111010
Octal 256 326 372
Decimal 174 214 250
Hex AE D6 FA

RGB Percentages of Color #aed6fa

%27.27
%33.54
%39.18

CMYK Percentages of Color #aed6fa

%30
%14
%0
%2

Triadic Colors of #aed6fa

#aed6fa #faaed6 #d6faae

Analogous Colors of #aed6fa

#aed6fa #aeb0fa #aefaf8

Monochromatic Colors of #aed6fa

#aed6fa

Complementary Color

#aed6fa #fad2ae

#aed6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6fa Color CSS Codes

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

#aed6fa Text Font Color

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

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


#aed6fa Background Color

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

This div background color is #aed6fa


#aed6fa Border Color

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

This div border color is #aed6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6fa


Comments

No comments written yet.

Please login to write comment.