Color Hex Logo

#aec6ec Color Hex

#AEC6EC
(174,198,236)
0 Favorites   0 Comments

Color spaces of #aec6ec

RGB 174198236
HSL0.600.620.80
HSV217°26°93°
CMYK 0.260.160.00   0.07
XYZ52.790055.443087.2761
Yxy55.44300.27000.2836
Hunter Lab74.4601-3.7538-17.3729
CIE-Lab79.29580.2417-21.4810

#aec6ec color RGB value is (174,198,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11101100
Octal 256 306 354
Decimal 174 198 236
Hex AE C6 EC

RGB Percentages of Color #aec6ec

%28.62
%32.57
%38.82

CMYK Percentages of Color #aec6ec

%26
%16
%0
%7

Triadic Colors of #aec6ec

#aec6ec #ecaec6 #c6ecae

Analogous Colors of #aec6ec

#aec6ec #b5aeec #aee5ec

Monochromatic Colors of #aec6ec

#aec6ec

Complementary Color

#aec6ec #ecd4ae

#aec6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6ec Color CSS Codes

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

#aec6ec Text Font Color

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

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


#aec6ec Background Color

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

This div background color is #aec6ec


#aec6ec Border Color

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

This div border color is #aec6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6ec


Comments

No comments written yet.

Please login to write comment.