Color Hex Logo

#aaecef Color Hex

#AAECEF
(170,236,239)
0 Favorites   0 Comments

Color spaces of #aaecef

RGB 170236239
HSL0.510.680.80
HSV183°29°94°
CMYK 0.290.010.00   0.06
XYZ62.153074.768992.8174
Yxy74.76890.27050.3255
Hunter Lab86.4690-23.0169-3.1146
CIE-Lab89.2846-19.8249-8.1103

#aaecef color RGB value is (170,236,239).

#aaecef hex color red value is 170, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aaecef hue: 0.51 , saturation: 0.68 and the lightness value of aaecef is 0.80.

The process color (four color CMYK) of #aaecef color hex is 0.29, 0.01, 0.00, 0.06. Web safe color of #aaecef is #99ffff. Color #aaecef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11101111
Octal 252 354 357
Decimal 170 236 239
Hex AA EC EF

RGB Percentages of Color #aaecef

%26.36
%36.59
%37.05

CMYK Percentages of Color #aaecef

%29
%1
%0
%6

Triadic Colors of #aaecef

#aaecef #efaaec #ecefaa

Analogous Colors of #aaecef

#aaecef #aacaef #aaefd0

Monochromatic Colors of #aaecef

#aaecef

Complementary Color

#aaecef #efadaa

#aaecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaecef Color CSS Codes

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

#aaecef Text Font Color

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

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


#aaecef Background Color

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

This div background color is #aaecef


#aaecef Border Color

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

This div border color is #aaecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaecef


Comments

No comments written yet.

Please login to write comment.