Color Hex Logo

#a9abfe Color Hex

#A9ABFE
(169,171,254)
0 Favorites   0 Comments

Color spaces of #a9abfe

RGB 169171254
HSL0.660.980.83
HSV239°33°100°
CMYK 0.330.330.00   0.00
XYZ48.814544.716699.8243
Yxy44.71660.25250.2313
Hunter Lab66.870513.2792-41.6988
CIE-Lab72.704918.0631-41.3527

#a9abfe color RGB value is (169,171,254).

#a9abfe hex color red value is 169, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a9abfe hue: 0.66 , saturation: 0.98 and the lightness value of a9abfe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 11111110
Octal 251 253 376
Decimal 169 171 254
Hex A9 AB FE

RGB Percentages of Color #a9abfe

%28.45
%28.79
%42.76

CMYK Percentages of Color #a9abfe

%33
%33
%0
%0

Triadic Colors of #a9abfe

#a9abfe #fea9ab #abfea9

Analogous Colors of #a9abfe

#a9abfe #d2a9fe #a9d6fe

Monochromatic Colors of #a9abfe

#a9abfe

Complementary Color

#a9abfe #fefca9

#a9abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9abfe Color CSS Codes

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

#a9abfe Text Font Color

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

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


#a9abfe Background Color

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

This div background color is #a9abfe


#a9abfe Border Color

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

This div border color is #a9abfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,171,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9abfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9abfe

#a9abfe Color Palettes


Comments

No comments written yet.

Please login to write comment.