Color Hex Logo

#aec4dd Color Hex

#AEC4DD
(174,196,221)
0 Favorites   0 Comments

Color spaces of #aec4dd

RGB 174196221
HSL0.590.410.77
HSV212°21°87°
CMYK 0.210.110.00   0.13
XYZ50.246653.699076.1233
Yxy53.69900.27900.2982
Hunter Lab73.2796-5.8448-10.2951
CIE-Lab78.2859-2.1149-14.9453

#aec4dd color RGB value is (174,196,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 11011101
Octal 256 304 335
Decimal 174 196 221
Hex AE C4 DD

RGB Percentages of Color #aec4dd

%29.44
%33.16
%37.39

CMYK Percentages of Color #aec4dd

%21
%11
%0
%13

Triadic Colors of #aec4dd

#aec4dd #ddaec4 #c4ddae

Analogous Colors of #aec4dd

#aec4dd #b0aedd #aedcdd

Monochromatic Colors of #aec4dd

#aec4dd

Complementary Color

#aec4dd #ddc7ae

#aec4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4dd Color CSS Codes

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

#aec4dd Text Font Color

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

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


#aec4dd Background Color

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

This div background color is #aec4dd


#aec4dd Border Color

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

This div border color is #aec4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4dd

#aec4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.