Color Hex Logo

#a9bafa Color Hex

#A9BAFA
(169,186,250)
0 Favorites   0 Comments

Color spaces of #a9bafa

RGB 169186250
HSL0.630.890.82
HSV227°32°98°
CMYK 0.320.260.00   0.02
XYZ51.176450.455097.4840
Yxy50.45500.25700.2534
Hunter Lab71.03174.2990-31.6475
CIE-Lab76.34778.7179-33.5417

#a9bafa color RGB value is (169,186,250).

#a9bafa hex color red value is 169, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a9bafa hue: 0.63 , saturation: 0.89 and the lightness value of a9bafa is 0.82.

The process color (four color CMYK) of #a9bafa color hex is 0.32, 0.26, 0.00, 0.02. Web safe color of #a9bafa is #99ccff. Color #a9bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 11111010
Octal 251 272 372
Decimal 169 186 250
Hex A9 BA FA

RGB Percentages of Color #a9bafa

%27.93
%30.74
%41.32

CMYK Percentages of Color #a9bafa

%32
%26
%0
%2

Triadic Colors of #a9bafa

#a9bafa #faa9ba #bafaa9

Analogous Colors of #a9bafa

#a9bafa #c1a9fa #a9e3fa

Monochromatic Colors of #a9bafa

#a9bafa

Complementary Color

#a9bafa #fae9a9

#a9bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bafa Color CSS Codes

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

#a9bafa Text Font Color

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

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


#a9bafa Background Color

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

This div background color is #a9bafa


#a9bafa Border Color

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

This div border color is #a9bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bafa


Comments

No comments written yet.

Please login to write comment.