Color Hex Logo

#aec1dd Color Hex

#AEC1DD
(174,193,221)
0 Favorites   0 Comments

Color spaces of #aec1dd

RGB 174193221
HSL0.600.410.77
HSV216°21°87°
CMYK 0.210.130.00   0.13
XYZ49.576752.359175.9000
Yxy52.35910.27880.2944
Hunter Lab72.3596-4.3312-11.5392
CIE-Lab77.4951-0.5110-16.1350

#aec1dd color RGB value is (174,193,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 11011101
Octal 256 301 335
Decimal 174 193 221
Hex AE C1 DD

RGB Percentages of Color #aec1dd

%29.59
%32.82
%37.59

CMYK Percentages of Color #aec1dd

%21
%13
%0
%13

Triadic Colors of #aec1dd

#aec1dd #ddaec1 #c1ddae

Analogous Colors of #aec1dd

#aec1dd #b3aedd #aed9dd

Monochromatic Colors of #aec1dd

#aec1dd

Complementary Color

#aec1dd #ddcaae

#aec1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec1dd Color CSS Codes

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

#aec1dd Text Font Color

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

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


#aec1dd Background Color

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

This div background color is #aec1dd


#aec1dd Border Color

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

This div border color is #aec1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec1dd


Comments

No comments written yet.

Please login to write comment.