Color Hex Logo

#aed1dc Color Hex

#AED1DC
(174,209,220)
0 Favorites   0 Comments

Color spaces of #aed1dc

RGB 174209220
HSL0.540.400.77
HSV194°21°86°
CMYK 0.210.050.00   0.14
XYZ53.174359.766976.4437
Yxy59.76690.28080.3156
Hunter Lab77.3091-12.5159-4.5100
CIE-Lab81.7113-9.1753-9.2880

#aed1dc color RGB value is (174,209,220).

#aed1dc hex color red value is 174, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aed1dc hue: 0.54 , saturation: 0.40 and the lightness value of aed1dc is 0.77.

The process color (four color CMYK) of #aed1dc color hex is 0.21, 0.05, 0.00, 0.14. Web safe color of #aed1dc is #99cccc. Color #aed1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11011100
Octal 256 321 334
Decimal 174 209 220
Hex AE D1 DC

RGB Percentages of Color #aed1dc

%28.86
%34.66
%36.48

CMYK Percentages of Color #aed1dc

%21
%5
%0
%14

Triadic Colors of #aed1dc

#aed1dc #dcaed1 #d1dcae

Analogous Colors of #aed1dc

#aed1dc #aebadc #aedcd0

Monochromatic Colors of #aed1dc

#aed1dc

Complementary Color

#aed1dc #dcb9ae

#aed1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1dc Color CSS Codes

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

#aed1dc Text Font Color

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

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


#aed1dc Background Color

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

This div background color is #aed1dc


#aed1dc Border Color

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

This div border color is #aed1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1dc


Comments

No comments written yet.

Please login to write comment.