Color Hex Logo

#aec6df Color Hex

#AEC6DF
(174,198,223)
0 Favorites   0 Comments

Color spaces of #aec6df

RGB 174198223
HSL0.590.430.78
HSV211°22°87°
CMYK 0.220.110.00   0.13
XYZ50.968954.714677.6867
Yxy54.71460.27800.2984
Hunter Lab73.9693-6.4501-10.4911
CIE-Lab78.8766-2.7330-15.1338

#aec6df color RGB value is (174,198,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11011111
Octal 256 306 337
Decimal 174 198 223
Hex AE C6 DF

RGB Percentages of Color #aec6df

%29.24
%33.28
%37.48

CMYK Percentages of Color #aec6df

%22
%11
%0
%13

Triadic Colors of #aec6df

#aec6df #dfaec6 #c6dfae

Analogous Colors of #aec6df

#aec6df #afaedf #aedfdf

Monochromatic Colors of #aec6df

#aec6df

Complementary Color

#aec6df #dfc7ae

#aec6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6df Color CSS Codes

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

#aec6df Text Font Color

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

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


#aec6df Background Color

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

This div background color is #aec6df


#aec6df Border Color

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

This div border color is #aec6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6df


Comments

No comments written yet.

Please login to write comment.