Color Hex Logo

#aec2df Color Hex

#AEC2DF
(174,194,223)
0 Favorites   0 Comments

Color spaces of #aec2df

RGB 174194223
HSL0.600.430.78
HSV216°22°87°
CMYK 0.220.130.00   0.13
XYZ50.066652.910077.3859
Yxy52.91000.27760.2934
Hunter Lab72.7393-4.4317-12.1600
CIE-Lab77.8218-0.5980-16.7214

#aec2df color RGB value is (174,194,223).

#aec2df hex color red value is 174, green value is 194 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aec2df hue: 0.60 , saturation: 0.43 and the lightness value of aec2df is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 11011111
Octal 256 302 337
Decimal 174 194 223
Hex AE C2 DF

RGB Percentages of Color #aec2df

%29.44
%32.83
%37.73

CMYK Percentages of Color #aec2df

%22
%13
%0
%13

Triadic Colors of #aec2df

#aec2df #dfaec2 #c2dfae

Analogous Colors of #aec2df

#aec2df #b3aedf #aedbdf

Monochromatic Colors of #aec2df

#aec2df

Complementary Color

#aec2df #dfcbae

#aec2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec2df Color CSS Codes

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

#aec2df Text Font Color

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

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


#aec2df Background Color

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

This div background color is #aec2df


#aec2df Border Color

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

This div border color is #aec2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec2df

#aec2df Color Palettes


Comments

No comments written yet.

Please login to write comment.