Color Hex Logo

#aaaaef Color Hex

#AAAAEF
(170,170,239)
0 Favorites   0 Comments

Color spaces of #aaaaef

RGB 170170239
HSL0.670.680.80
HSV240°29°94°
CMYK 0.290.290.00   0.06
XYZ46.532343.527587.6105
Yxy43.52750.26190.2450
Hunter Lab65.975410.4388-32.5500
CIE-Lab71.911515.1428-34.4494

#aaaaef color RGB value is (170,170,239).

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

The process color (four color CMYK) of #aaaaef color hex is 0.29, 0.29, 0.00, 0.06. Web safe color of #aaaaef is #9999ff. Color #aaaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 11101111
Octal 252 252 357
Decimal 170 170 239
Hex AA AA EF

RGB Percentages of Color #aaaaef

%29.36
%29.36
%41.28

CMYK Percentages of Color #aaaaef

%29
%29
%0
%6

Triadic Colors of #aaaaef

#aaaaef #efaaaa #aaefaa

Analogous Colors of #aaaaef

#aaaaef #cdaaef #aacdef

Monochromatic Colors of #aaaaef

#aaaaef

Complementary Color

#aaaaef #efefaa

#aaaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaaef Color CSS Codes

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

#aaaaef Text Font Color

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

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


#aaaaef Background Color

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

This div background color is #aaaaef


#aaaaef Border Color

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

This div border color is #aaaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaaef


Comments

No comments written yet.

Please login to write comment.