Color Hex Logo

#aec9ed Color Hex

#AEC9ED
(174,201,237)
0 Favorites   0 Comments

Color spaces of #aec9ed

RGB 174201237
HSL0.600.640.81
HSV214°27°93°
CMYK 0.270.150.00   0.07
XYZ53.628356.886488.2744
Yxy56.88640.26980.2862
Hunter Lab75.4231-5.0710-16.5963
CIE-Lab80.1157-1.1282-20.7731

#aec9ed color RGB value is (174,201,237).

#aec9ed hex color red value is 174, green value is 201 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aec9ed hue: 0.60 , saturation: 0.64 and the lightness value of aec9ed is 0.81.

The process color (four color CMYK) of #aec9ed color hex is 0.27, 0.15, 0.00, 0.07. Web safe color of #aec9ed is #99ccff. Color #aec9ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 11101101
Octal 256 311 355
Decimal 174 201 237
Hex AE C9 ED

RGB Percentages of Color #aec9ed

%28.43
%32.84
%38.73

CMYK Percentages of Color #aec9ed

%27
%15
%0
%7

Triadic Colors of #aec9ed

#aec9ed #edaec9 #c9edae

Analogous Colors of #aec9ed

#aec9ed #b3aeed #aee9ed

Monochromatic Colors of #aec9ed

#aec9ed

Complementary Color

#aec9ed #edd2ae

#aec9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec9ed Color CSS Codes

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

#aec9ed Text Font Color

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

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


#aec9ed Background Color

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

This div background color is #aec9ed


#aec9ed Border Color

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

This div border color is #aec9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec9ed


Comments

No comments written yet.

Please login to write comment.