Color Hex Logo

#aec9dc Color Hex

#AEC9DC
(174,201,220)
0 Favorites   0 Comments

Color spaces of #aec9dc

RGB 174201220
HSL0.570.400.77
HSV205°21°86°
CMYK 0.210.090.00   0.14
XYZ51.260555.939375.8058
Yxy55.93930.28010.3057
Hunter Lab74.7926-8.5487-7.7384
CIE-Lab79.5793-4.9886-12.4682

#aec9dc color RGB value is (174,201,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 11011100
Octal 256 311 334
Decimal 174 201 220
Hex AE C9 DC

RGB Percentages of Color #aec9dc

%29.24
%33.78
%36.97

CMYK Percentages of Color #aec9dc

%21
%9
%0
%14

Triadic Colors of #aec9dc

#aec9dc #dcaec9 #c9dcae

Analogous Colors of #aec9dc

#aec9dc #aeb2dc #aedcd8

Monochromatic Colors of #aec9dc

#aec9dc

Complementary Color

#aec9dc #dcc1ae

#aec9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec9dc Color CSS Codes

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

#aec9dc Text Font Color

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

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


#aec9dc Background Color

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

This div background color is #aec9dc


#aec9dc Border Color

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

This div border color is #aec9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec9dc


Comments

No comments written yet.

Please login to write comment.