Color Hex Logo

#aaa2ef Color Hex

#AAA2EF
(170,162,239)
0 Favorites   0 Comments

Color spaces of #aaa2ef

RGB 170162239
HSL0.680.710.79
HSV246°32°94°
CMYK 0.290.320.00   0.06
XYZ45.077940.618787.1257
Yxy40.61870.26080.2350
Hunter Lab63.732814.7198-36.4392
CIE-Lab69.907919.6298-37.5601

#aaa2ef color RGB value is (170,162,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100010 11101111
Octal 252 242 357
Decimal 170 162 239
Hex AA A2 EF

RGB Percentages of Color #aaa2ef

%29.77
%28.37
%41.86

CMYK Percentages of Color #aaa2ef

%29
%32
%0
%6

Triadic Colors of #aaa2ef

#aaa2ef #efaaa2 #a2efaa

Analogous Colors of #aaa2ef

#aaa2ef #d1a2ef #a2c1ef

Monochromatic Colors of #aaa2ef

#aaa2ef

Complementary Color

#aaa2ef #e7efa2

#aaa2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa2ef Color CSS Codes

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

#aaa2ef Text Font Color

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

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


#aaa2ef Background Color

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

This div background color is #aaa2ef


#aaa2ef Border Color

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

This div border color is #aaa2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa2ef


Comments

No comments written yet.

Please login to write comment.