Color Hex Logo

#aaaeec Color Hex

#AAAEEC
(170,174,236)
0 Favorites   0 Comments

Color spaces of #aaaeec

RGB 170174236
HSL0.660.630.80
HSV236°28°93°
CMYK 0.280.260.00   0.07
XYZ46.853944.874385.5490
Yxy44.87430.26430.2531
Hunter Lab66.98837.6195-28.8259
CIE-Lab72.809012.1800-31.4313

#aaaeec color RGB value is (170,174,236).

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

The process color (four color CMYK) of #aaaeec color hex is 0.28, 0.26, 0.00, 0.07. Web safe color of #aaaeec is #9999ff. Color #aaaeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101110 11101100
Octal 252 256 354
Decimal 170 174 236
Hex AA AE EC

RGB Percentages of Color #aaaeec

%29.31
%30.00
%40.69

CMYK Percentages of Color #aaaeec

%28
%26
%0
%7

Triadic Colors of #aaaeec

#aaaeec #ecaaae #aeecaa

Analogous Colors of #aaaeec

#aaaeec #c7aaec #aacfec

Monochromatic Colors of #aaaeec

#aaaeec

Complementary Color

#aaaeec #ece8aa

#aaaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaeec Color CSS Codes

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

#aaaeec Text Font Color

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

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


#aaaeec Background Color

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

This div background color is #aaaeec


#aaaeec Border Color

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

This div border color is #aaaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaeec


Comments

No comments written yet.

Please login to write comment.