Color Hex Logo

#aecddc Color Hex

#AECDDC
(174,205,220)
0 Favorites   0 Comments

Color spaces of #aecddc

RGB 174205220
HSL0.550.400.77
HSV200°21°86°
CMYK 0.210.070.00   0.14
XYZ52.205157.828676.1207
Yxy57.82860.28040.3106
Hunter Lab76.0451-10.5384-6.1173
CIE-Lab80.6434-7.0907-10.8786

#aecddc color RGB value is (174,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11011100
Octal 256 315 334
Decimal 174 205 220
Hex AE CD DC

RGB Percentages of Color #aecddc

%29.05
%34.22
%36.73

CMYK Percentages of Color #aecddc

%21
%7
%0
%14

Triadic Colors of #aecddc

#aecddc #dcaecd #cddcae

Analogous Colors of #aecddc

#aecddc #aeb6dc #aedcd4

Monochromatic Colors of #aecddc

#aecddc

Complementary Color

#aecddc #dcbdae

#aecddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecddc Color CSS Codes

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

#aecddc Text Font Color

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

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


#aecddc Background Color

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

This div background color is #aecddc


#aecddc Border Color

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

This div border color is #aecddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecddc


Comments

No comments written yet.

Please login to write comment.