Color Hex Logo

#aec9df Color Hex

#AEC9DF
(174,201,223)
0 Favorites   0 Comments

Color spaces of #aec9df

RGB 174201223
HSL0.570.430.78
HSV207°22°87°
CMYK 0.220.100.00   0.13
XYZ51.661556.099777.9175
Yxy56.09970.27820.3021
Hunter Lab74.8997-7.9556-9.2490
CIE-Lab79.6705-4.3234-13.9417

#aec9df color RGB value is (174,201,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 11011111
Octal 256 311 337
Decimal 174 201 223
Hex AE C9 DF

RGB Percentages of Color #aec9df

%29.10
%33.61
%37.29

CMYK Percentages of Color #aec9df

%22
%10
%0
%13

Triadic Colors of #aec9df

#aec9df #dfaec9 #c9dfae

Analogous Colors of #aec9df

#aec9df #aeb1df #aedfdd

Monochromatic Colors of #aec9df

#aec9df

Complementary Color

#aec9df #dfc4ae

#aec9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec9df Color CSS Codes

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

#aec9df Text Font Color

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

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


#aec9df Background Color

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

This div background color is #aec9df


#aec9df Border Color

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

This div border color is #aec9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec9df


Comments

No comments written yet.

Please login to write comment.