Color Hex Logo

#aee6ec Color Hex

#AEE6EC
(174,230,236)
0 Favorites   0 Comments

Color spaces of #aee6ec

RGB 174230236
HSL0.520.620.80
HSV186°26°93°
CMYK 0.260.030.00   0.07
XYZ60.892771.648489.9770
Yxy71.64840.27370.3220
Hunter Lab84.6454-19.7190-3.7728
CIE-Lab87.7991-16.3751-8.7171

#aee6ec color RGB value is (174,230,236).

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

The process color (four color CMYK) of #aee6ec color hex is 0.26, 0.03, 0.00, 0.07. Web safe color of #aee6ec is #99ffff. Color #aee6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 11101100
Octal 256 346 354
Decimal 174 230 236
Hex AE E6 EC

RGB Percentages of Color #aee6ec

%27.19
%35.94
%36.88

CMYK Percentages of Color #aee6ec

%26
%3
%0
%7

Triadic Colors of #aee6ec

#aee6ec #ecaee6 #e6ecae

Analogous Colors of #aee6ec

#aee6ec #aec7ec #aeecd3

Monochromatic Colors of #aee6ec

#aee6ec

Complementary Color

#aee6ec #ecb4ae

#aee6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee6ec Color CSS Codes

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

#aee6ec Text Font Color

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

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


#aee6ec Background Color

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

This div background color is #aee6ec


#aee6ec Border Color

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

This div border color is #aee6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee6ec


Comments

No comments written yet.

Please login to write comment.