Color Hex Logo

#aecbdd Color Hex

#AECBDD
(174,203,221)
1 Favorites   0 Comments

Color spaces of #aecbdd

RGB 174203221
HSL0.560.410.77
HSV203°21°87°
CMYK 0.210.080.00   0.13
XYZ51.862656.931076.6619
Yxy56.93100.27960.3070
Hunter Lab75.4526-9.3496-7.4234
CIE-Lab80.1408-5.8216-12.1649

#aecbdd color RGB value is (174,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11011101
Octal 256 313 335
Decimal 174 203 221
Hex AE CB DD

RGB Percentages of Color #aecbdd

%29.10
%33.95
%36.96

CMYK Percentages of Color #aecbdd

%21
%8
%0
%13

Triadic Colors of #aecbdd

#aecbdd #ddaecb #cbddae

Analogous Colors of #aecbdd

#aecbdd #aeb4dd #aeddd8

Monochromatic Colors of #aecbdd

#aecbdd

Complementary Color

#aecbdd #ddc0ae

#aecbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbdd Color CSS Codes

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

#aecbdd Text Font Color

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

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


#aecbdd Background Color

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

This div background color is #aecbdd


#aecbdd Border Color

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

This div border color is #aecbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbdd

#aecbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.