Color Hex Logo

#aed8dc Color Hex

#AED8DC
(174,216,220)
0 Favorites   0 Comments

Color spaces of #aed8dc

RGB 174216220
HSL0.510.400.77
HSV185°21°86°
CMYK 0.210.020.00   0.14
XYZ54.929763.277777.0289
Yxy63.27770.28130.3241
Hunter Lab79.5473-15.9483-1.7298
CIE-Lab83.5883-12.7810-6.5044

#aed8dc color RGB value is (174,216,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 11011100
Octal 256 330 334
Decimal 174 216 220
Hex AE D8 DC

RGB Percentages of Color #aed8dc

%28.52
%35.41
%36.07

CMYK Percentages of Color #aed8dc

%21
%2
%0
%14

Triadic Colors of #aed8dc

#aed8dc #dcaed8 #d8dcae

Analogous Colors of #aed8dc

#aed8dc #aec1dc #aedcc9

Monochromatic Colors of #aed8dc

#aed8dc

Complementary Color

#aed8dc #dcb2ae

#aed8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed8dc Color CSS Codes

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

#aed8dc Text Font Color

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

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


#aed8dc Background Color

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

This div background color is #aed8dc


#aed8dc Border Color

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

This div border color is #aed8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed8dc


Comments

No comments written yet.

Please login to write comment.