Color Hex Logo

#aec3dd Color Hex

#AEC3DD
(174,195,221)
0 Favorites   0 Comments

Color spaces of #aec3dd

RGB 174195221
HSL0.590.410.77
HSV213°21°87°
CMYK 0.210.120.00   0.13
XYZ50.021853.249376.0483
Yxy53.24930.27900.2970
Hunter Lab72.9721-5.3409-10.7089
CIE-Lab78.0220-1.5811-15.3420

#aec3dd color RGB value is (174,195,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000011 11011101
Octal 256 303 335
Decimal 174 195 221
Hex AE C3 DD

RGB Percentages of Color #aec3dd

%29.49
%33.05
%37.46

CMYK Percentages of Color #aec3dd

%21
%12
%0
%13

Triadic Colors of #aec3dd

#aec3dd #ddaec3 #c3ddae

Analogous Colors of #aec3dd

#aec3dd #b1aedd #aedbdd

Monochromatic Colors of #aec3dd

#aec3dd

Complementary Color

#aec3dd #ddc8ae

#aec3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec3dd Color CSS Codes

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

#aec3dd Text Font Color

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

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


#aec3dd Background Color

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

This div background color is #aec3dd


#aec3dd Border Color

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

This div border color is #aec3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec3dd


Comments

No comments written yet.

Please login to write comment.