Color Hex Logo

#a9bbdd Color Hex

#A9BBDD
(169,187,221)
0 Favorites   0 Comments

Color spaces of #a9bbdd

RGB 169187221
HSL0.610.430.76
HSV219°24°87°
CMYK 0.240.150.00   0.13
XYZ47.183749.196175.4156
Yxy49.19610.27470.2864
Hunter Lab70.1399-2.6665-14.6516
CIE-Lab75.57321.1902-19.0706

#a9bbdd color RGB value is (169,187,221).

#a9bbdd hex color red value is 169, green value is 187 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a9bbdd hue: 0.61 , saturation: 0.43 and the lightness value of a9bbdd is 0.76.

The process color (four color CMYK) of #a9bbdd color hex is 0.24, 0.15, 0.00, 0.13. Web safe color of #a9bbdd is #99cccc. Color #a9bbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111011 11011101
Octal 251 273 335
Decimal 169 187 221
Hex A9 BB DD

RGB Percentages of Color #a9bbdd

%29.29
%32.41
%38.30

CMYK Percentages of Color #a9bbdd

%24
%15
%0
%13

Triadic Colors of #a9bbdd

#a9bbdd #dda9bb #bbdda9

Analogous Colors of #a9bbdd

#a9bbdd #b1a9dd #a9d5dd

Monochromatic Colors of #a9bbdd

#a9bbdd

Complementary Color

#a9bbdd #ddcba9

#a9bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bbdd Color CSS Codes

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

#a9bbdd Text Font Color

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

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


#a9bbdd Background Color

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

This div background color is #a9bbdd


#a9bbdd Border Color

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

This div border color is #a9bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bbdd


Comments

No comments written yet.

Please login to write comment.