Color Hex Logo

#aec4dc Color Hex

#AEC4DC
(174,196,220)
0 Favorites   0 Comments

Color spaces of #aec4dc

RGB 174196220
HSL0.590.400.77
HSV211°21°86°
CMYK 0.210.110.00   0.14
XYZ50.113853.645875.4235
Yxy53.64580.27970.2994
Hunter Lab73.2433-6.0443-9.7846
CIE-Lab78.2547-2.3372-14.4533

#aec4dc color RGB value is (174,196,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11011100
Octal 256 304 334
Decimal 174 196 220
Hex AE C4 DC

RGB Percentages of Color #aec4dc

%29.49
%33.22
%37.29

CMYK Percentages of Color #aec4dc

%21
%11
%0
%14

Triadic Colors of #aec4dc

#aec4dc #dcaec4 #c4dcae

Analogous Colors of #aec4dc

#aec4dc #afaedc #aedbdc

Monochromatic Colors of #aec4dc

#aec4dc

Complementary Color

#aec4dc #dcc6ae

#aec4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4dc Color CSS Codes

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

#aec4dc Text Font Color

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

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


#aec4dc Background Color

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

This div background color is #aec4dc


#aec4dc Border Color

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

This div border color is #aec4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4dc

#aec4dc Color Palettes


Comments

No comments written yet.

Please login to write comment.