Color Hex Logo

#aeddfa Color Hex

#AEDDFA
(174,221,250)
0 Favorites   0 Comments

Color spaces of #aeddfa

RGB 174221250
HSL0.560.880.83
HSV203°30°98°
CMYK 0.300.120.00   0.02
XYZ60.567367.6137100.3010
Yxy67.61370.26510.2959
Hunter Lab82.2276-12.4184-14.7625
CIE-Lab85.8129-8.5832-19.0615

#aeddfa color RGB value is (174,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11111010
Octal 256 335 372
Decimal 174 221 250
Hex AE DD FA

RGB Percentages of Color #aeddfa

%26.98
%34.26
%38.76

CMYK Percentages of Color #aeddfa

%30
%12
%0
%2

Triadic Colors of #aeddfa

#aeddfa #faaedd #ddfaae

Analogous Colors of #aeddfa

#aeddfa #aeb7fa #aefaf1

Monochromatic Colors of #aeddfa

#aeddfa

Complementary Color

#aeddfa #facbae

#aeddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddfa Color CSS Codes

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

#aeddfa Text Font Color

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

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


#aeddfa Background Color

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

This div background color is #aeddfa


#aeddfa Border Color

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

This div border color is #aeddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddfa


Comments

No comments written yet.

Please login to write comment.