Color Hex Logo

#a9bbfa Color Hex

#A9BBFA
(169,187,250)
0 Favorites   0 Comments

Color spaces of #a9bbfa

RGB 169187250
HSL0.630.890.82
HSV227°32°98°
CMYK 0.320.250.00   0.02
XYZ51.387850.877897.5544
Yxy50.87780.25720.2546
Hunter Lab71.32873.7728-31.1593
CIE-Lab76.60498.1685-33.1446

#a9bbfa color RGB value is (169,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111011 11111010
Octal 251 273 372
Decimal 169 187 250
Hex A9 BB FA

RGB Percentages of Color #a9bbfa

%27.89
%30.86
%41.25

CMYK Percentages of Color #a9bbfa

%32
%25
%0
%2

Triadic Colors of #a9bbfa

#a9bbfa #faa9bb #bbfaa9

Analogous Colors of #a9bbfa

#a9bbfa #c0a9fa #a9e4fa

Monochromatic Colors of #a9bbfa

#a9bbfa

Complementary Color

#a9bbfa #fae8a9

#a9bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bbfa Color CSS Codes

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

#a9bbfa Text Font Color

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

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


#a9bbfa Background Color

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

This div background color is #a9bbfa


#a9bbfa Border Color

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

This div border color is #a9bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bbfa


Comments

No comments written yet.

Please login to write comment.