Color Hex Logo

#aed0df Color Hex

#AED0DF
(174,208,223)
0 Favorites   0 Comments

Color spaces of #aed0df

RGB 174208223
HSL0.550.430.78
HSV198°22°87°
CMYK 0.220.070.00   0.13
XYZ53.330759.438178.4739
Yxy59.43810.27890.3108
Hunter Lab77.0961-11.4421-6.3823
CIE-Lab81.5318-7.9980-11.1574

#aed0df color RGB value is (174,208,223).

#aed0df hex color red value is 174, green value is 208 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aed0df hue: 0.55 , saturation: 0.43 and the lightness value of aed0df is 0.78.

The process color (four color CMYK) of #aed0df color hex is 0.22, 0.07, 0.00, 0.13. Web safe color of #aed0df is #99cccc. Color #aed0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 11011111
Octal 256 320 337
Decimal 174 208 223
Hex AE D0 DF

RGB Percentages of Color #aed0df

%28.76
%34.38
%36.86

CMYK Percentages of Color #aed0df

%22
%7
%0
%13

Triadic Colors of #aed0df

#aed0df #dfaed0 #d0dfae

Analogous Colors of #aed0df

#aed0df #aeb8df #aedfd6

Monochromatic Colors of #aed0df

#aed0df

Complementary Color

#aed0df #dfbdae

#aed0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed0df Color CSS Codes

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

#aed0df Text Font Color

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

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


#aed0df Background Color

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

This div background color is #aed0df


#aed0df Border Color

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

This div border color is #aed0df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,208,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aed0df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed0df


Comments

No comments written yet.

Please login to write comment.