Color Hex Logo

#aec5df Color Hex

#AEC5DF
(174,197,223)
0 Favorites   0 Comments

Color spaces of #aec5df

RGB 174197223
HSL0.590.430.78
HSV212°22°87°
CMYK 0.220.120.00   0.13
XYZ50.741154.258977.6107
Yxy54.25890.27790.2971
Hunter Lab73.6606-5.9465-10.9070
CIE-Lab78.6125-2.2006-15.5309

#aec5df color RGB value is (174,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 11011111
Octal 256 305 337
Decimal 174 197 223
Hex AE C5 DF

RGB Percentages of Color #aec5df

%29.29
%33.16
%37.54

CMYK Percentages of Color #aec5df

%22
%12
%0
%13

Triadic Colors of #aec5df

#aec5df #dfaec5 #c5dfae

Analogous Colors of #aec5df

#aec5df #b0aedf #aededf

Monochromatic Colors of #aec5df

#aec5df

Complementary Color

#aec5df #dfc8ae

#aec5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec5df Color CSS Codes

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

#aec5df Text Font Color

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

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


#aec5df Background Color

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

This div background color is #aec5df


#aec5df Border Color

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

This div border color is #aec5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec5df


Comments

No comments written yet.

Please login to write comment.