Color Hex Logo

#aecddd Color Hex

#AECDDD
(174,205,221)
0 Favorites   0 Comments

Color spaces of #aecddd

RGB 174205221
HSL0.560.410.77
HSV200°21°87°
CMYK 0.210.070.00   0.13
XYZ52.338057.881876.8204
Yxy57.88180.27980.3095
Hunter Lab76.0801-10.3441-6.6109
CIE-Lab80.6730-6.8712-11.3697

#aecddd color RGB value is (174,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11011101
Octal 256 315 335
Decimal 174 205 221
Hex AE CD DD

RGB Percentages of Color #aecddd

%29.00
%34.17
%36.83

CMYK Percentages of Color #aecddd

%21
%7
%0
%13

Triadic Colors of #aecddd

#aecddd #ddaecd #cdddae

Analogous Colors of #aecddd

#aecddd #aeb6dd #aeddd6

Monochromatic Colors of #aecddd

#aecddd

Complementary Color

#aecddd #ddbeae

#aecddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecddd Color CSS Codes

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

#aecddd Text Font Color

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

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


#aecddd Background Color

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

This div background color is #aecddd


#aecddd Border Color

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

This div border color is #aecddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,205,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aecddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecddd

#aecddd Color Palettes


Comments

No comments written yet.

Please login to write comment.