Color Hex Logo

#aaaaec Color Hex

#AAAAEC
(170,170,236)
0 Favorites   0 Comments

Color spaces of #aaaaec

RGB 170170236
HSL0.670.630.80
HSV240°28°93°
CMYK 0.280.280.00   0.07
XYZ46.092643.351685.2952
Yxy43.35160.26380.2481
Hunter Lab65.84199.7354-30.7181
CIE-Lab71.793014.4087-33.0005

#aaaaec color RGB value is (170,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11101100
Octal 252 252 354
Decimal 170 170 236
Hex AA AA EC

RGB Percentages of Color #aaaaec

%29.51
%29.51
%40.97

CMYK Percentages of Color #aaaaec

%28
%28
%0
%7

Triadic Colors of #aaaaec

#aaaaec #ecaaaa #aaecaa

Analogous Colors of #aaaaec

#aaaaec #cbaaec #aacbec

Monochromatic Colors of #aaaaec

#aaaaec

Complementary Color

#aaaaec #ececaa

#aaaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaec Color CSS Codes

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

#aaaaec Text Font Color

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

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


#aaaaec Background Color

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

This div background color is #aaaaec


#aaaaec Border Color

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

This div border color is #aaaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaec


Comments

No comments written yet.

Please login to write comment.