Color Hex Logo

#a9acbb Color Hex

#A9ACBB
(169,172,187)
0 Favorites   0 Comments

Color spaces of #a9acbb

RGB 169172187
HSL0.640.120.70
HSV230°10°73°
CMYK 0.100.080.00   0.27
XYZ40.084441.527952.9167
Yxy41.52790.29800.3087
Hunter Lab64.4421-1.7429-3.5765
CIE-Lab70.54421.9224-8.0299

#a9acbb color RGB value is (169,172,187).

#a9acbb hex color red value is 169, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a9acbb hue: 0.64 , saturation: 0.12 and the lightness value of a9acbb is 0.70.

The process color (four color CMYK) of #a9acbb color hex is 0.10, 0.08, 0.00, 0.27. Web safe color of #a9acbb is #9999cc. Color #a9acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101100 10111011
Octal 251 254 273
Decimal 169 172 187
Hex A9 AC BB

RGB Percentages of Color #a9acbb

%32.01
%32.58
%35.42

CMYK Percentages of Color #a9acbb

%10
%8
%0
%27

Triadic Colors of #a9acbb

#a9acbb #bba9ac #acbba9

Analogous Colors of #a9acbb

#a9acbb #afa9bb #a9b5bb

Monochromatic Colors of #a9acbb

#a9acbb

Complementary Color

#a9acbb #bbb8a9

#a9acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9acbb Color CSS Codes

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

#a9acbb Text Font Color

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

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


#a9acbb Background Color

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

This div background color is #a9acbb


#a9acbb Border Color

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

This div border color is #a9acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9acbb


Comments

No comments written yet.

Please login to write comment.