Color Hex Logo

#a9afef Color Hex

#A9AFEF
(169,175,239)
0 Favorites   0 Comments

Color spaces of #a9afef

RGB 169175239
HSL0.650.690.80
HSV235°29°94°
CMYK 0.290.270.00   0.06
XYZ47.272145.327087.9188
Yxy45.32700.26190.2511
Hunter Lab67.32537.5134-30.2979
CIE-Lab73.106712.0687-32.6067

#a9afef color RGB value is (169,175,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101111 11101111
Octal 251 257 357
Decimal 169 175 239
Hex A9 AF EF

RGB Percentages of Color #a9afef

%28.99
%30.02
%40.99

CMYK Percentages of Color #a9afef

%29
%27
%0
%6

Triadic Colors of #a9afef

#a9afef #efa9af #afefa9

Analogous Colors of #a9afef

#a9afef #c6a9ef #a9d2ef

Monochromatic Colors of #a9afef

#a9afef

Complementary Color

#a9afef #efe9a9

#a9afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9afef Color CSS Codes

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

#a9afef Text Font Color

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

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


#a9afef Background Color

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

This div background color is #a9afef


#a9afef Border Color

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

This div border color is #a9afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9afef


Comments

No comments written yet.

Please login to write comment.