Color Hex Logo

#a9bacc Color Hex

#A9BACC
(169,186,204)
0 Favorites   0 Comments

Color spaces of #a9bacc

RGB 169186204
HSL0.590.260.73
HSV211°17°80°
CMYK 0.170.090.00   0.20
XYZ44.820247.912564.0125
Yxy47.91250.28590.3057
Hunter Lab69.2189-5.5517-6.3773
CIE-Lab74.7697-2.0706-11.0455

#a9bacc color RGB value is (169,186,204).

#a9bacc hex color red value is 169, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a9bacc hue: 0.59 , saturation: 0.26 and the lightness value of a9bacc is 0.73.

The process color (four color CMYK) of #a9bacc color hex is 0.17, 0.09, 0.00, 0.20. Web safe color of #a9bacc is #99cccc. Color #a9bacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111010 11001100
Octal 251 272 314
Decimal 169 186 204
Hex A9 BA CC

RGB Percentages of Color #a9bacc

%30.23
%33.27
%36.49

CMYK Percentages of Color #a9bacc

%17
%9
%0
%20

Triadic Colors of #a9bacc

#a9bacc #cca9ba #bacca9

Analogous Colors of #a9bacc

#a9bacc #aaa9cc #a9cccc

Monochromatic Colors of #a9bacc

#a9bacc

Complementary Color

#a9bacc #ccbba9

#a9bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bacc Color CSS Codes

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

#a9bacc Text Font Color

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

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


#a9bacc Background Color

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

This div background color is #a9bacc


#a9bacc Border Color

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

This div border color is #a9bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bacc


Comments

No comments written yet.

Please login to write comment.