Color Hex Logo

#a9bbff Color Hex

#A9BBFF
(169,187,255)
0 Favorites   0 Comments

Color spaces of #a9bbff

RGB 169187255
HSL0.631.000.83
HSV227°34°100°
CMYK 0.340.270.00   0.00
XYZ52.182551.1957101.7392
Yxy51.19570.25440.2496
Hunter Lab71.55124.9661-34.2191
CIE-Lab76.79749.4278-35.5312

#a9bbff color RGB value is (169,187,255).

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

The process color (four color CMYK) of #a9bbff color hex is 0.34, 0.27, 0.00, 0.00. Web safe color of #a9bbff is #99ccff. Color #a9bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111011 11111111
Octal 251 273 377
Decimal 169 187 255
Hex A9 BB FF

RGB Percentages of Color #a9bbff

%27.66
%30.61
%41.73

CMYK Percentages of Color #a9bbff

%34
%27
%0
%0

Triadic Colors of #a9bbff

#a9bbff #ffa9bb #bbffa9

Analogous Colors of #a9bbff

#a9bbff #c2a9ff #a9e6ff

Monochromatic Colors of #a9bbff

#a9bbff

Complementary Color

#a9bbff #ffeda9

#a9bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bbff Color CSS Codes

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

#a9bbff Text Font Color

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

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


#a9bbff Background Color

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

This div background color is #a9bbff


#a9bbff Border Color

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

This div border color is #a9bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.