Color Hex Logo

#aed4dc Color Hex

#AED4DC
(174,212,220)
0 Favorites   0 Comments

Color spaces of #aed4dc

RGB 174212220
HSL0.530.400.77
HSV190°21°86°
CMYK 0.210.040.00   0.14
XYZ53.917361.252976.6914
Yxy61.25290.28100.3193
Hunter Lab78.2642-13.9913-3.3135
CIE-Lab82.5145-10.7272-8.0950

#aed4dc color RGB value is (174,212,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 11011100
Octal 256 324 334
Decimal 174 212 220
Hex AE D4 DC

RGB Percentages of Color #aed4dc

%28.71
%34.98
%36.30

CMYK Percentages of Color #aed4dc

%21
%4
%0
%14

Triadic Colors of #aed4dc

#aed4dc #dcaed4 #d4dcae

Analogous Colors of #aed4dc

#aed4dc #aebddc #aedccd

Monochromatic Colors of #aed4dc

#aed4dc

Complementary Color

#aed4dc #dcb6ae

#aed4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4dc Color CSS Codes

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

#aed4dc Text Font Color

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

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


#aed4dc Background Color

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

This div background color is #aed4dc


#aed4dc Border Color

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

This div border color is #aed4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4dc


Comments

No comments written yet.

Please login to write comment.