Color Hex Logo

#a9aaef Color Hex

#A9AAEF
(169,170,239)
0 Favorites   0 Comments

Color spaces of #a9aaef

RGB 169170239
HSL0.660.690.80
HSV239°29°94°
CMYK 0.290.290.00   0.06
XYZ46.316943.416587.6004
Yxy43.41650.26120.2448
Hunter Lab65.891210.1634-32.7005
CIE-Lab71.836814.8561-34.5712

#a9aaef color RGB value is (169,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101010 11101111
Octal 251 252 357
Decimal 169 170 239
Hex A9 AA EF

RGB Percentages of Color #a9aaef

%29.24
%29.41
%41.35

CMYK Percentages of Color #a9aaef

%29
%29
%0
%6

Triadic Colors of #a9aaef

#a9aaef #efa9aa #aaefa9

Analogous Colors of #a9aaef

#a9aaef #cba9ef #a9cdef

Monochromatic Colors of #a9aaef

#a9aaef

Complementary Color

#a9aaef #efeea9

#a9aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9aaef Color CSS Codes

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

#a9aaef Text Font Color

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

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


#a9aaef Background Color

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

This div background color is #a9aaef


#a9aaef Border Color

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

This div border color is #a9aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9aaef


Comments

No comments written yet.

Please login to write comment.