Color Hex Logo

#aec9ec Color Hex

#AEC9EC
(174,201,236)
0 Favorites   0 Comments

Color spaces of #aec9ec

RGB 174201236
HSL0.590.620.80
HSV214°26°93°
CMYK 0.260.150.00   0.07
XYZ53.482556.828187.5070
Yxy56.82810.27040.2873
Hunter Lab75.3844-5.2835-16.0553
CIE-Lab80.0828-1.3614-20.2877

#aec9ec color RGB value is (174,201,236).

#aec9ec hex color red value is 174, green value is 201 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aec9ec hue: 0.59 , saturation: 0.62 and the lightness value of aec9ec is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 11101100
Octal 256 311 354
Decimal 174 201 236
Hex AE C9 EC

RGB Percentages of Color #aec9ec

%28.48
%32.90
%38.63

CMYK Percentages of Color #aec9ec

%26
%15
%0
%7

Triadic Colors of #aec9ec

#aec9ec #ecaec9 #c9ecae

Analogous Colors of #aec9ec

#aec9ec #b2aeec #aee8ec

Monochromatic Colors of #aec9ec

#aec9ec

Complementary Color

#aec9ec #ecd1ae

#aec9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec9ec Color CSS Codes

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

#aec9ec Text Font Color

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

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


#aec9ec Background Color

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

This div background color is #aec9ec


#aec9ec Border Color

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

This div border color is #aec9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec9ec


Comments

No comments written yet.

Please login to write comment.