Color Hex Logo

#aed0dc Color Hex

#AED0DC
(174,208,220)
0 Favorites   0 Comments

Color spaces of #aed0dc

RGB 174208220
HSL0.540.400.77
HSV196°21°86°
CMYK 0.210.050.00   0.14
XYZ52.929759.277776.3622
Yxy59.27770.28070.3144
Hunter Lab76.9920-12.0226-4.9106
CIE-Lab81.4440-8.6557-9.6857

#aed0dc color RGB value is (174,208,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 11011100
Octal 256 320 334
Decimal 174 208 220
Hex AE D0 DC

RGB Percentages of Color #aed0dc

%28.90
%34.55
%36.54

CMYK Percentages of Color #aed0dc

%21
%5
%0
%14

Triadic Colors of #aed0dc

#aed0dc #dcaed0 #d0dcae

Analogous Colors of #aed0dc

#aed0dc #aeb9dc #aedcd1

Monochromatic Colors of #aed0dc

#aed0dc

Complementary Color

#aed0dc #dcbaae

#aed0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed0dc Color CSS Codes

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

#aed0dc Text Font Color

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

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


#aed0dc Background Color

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

This div background color is #aed0dc


#aed0dc Border Color

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

This div border color is #aed0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed0dc


Comments

No comments written yet.

Please login to write comment.