Color Hex Logo

#a9bcac Color Hex

#A9BCAC
(169,188,172)
0 Favorites   0 Comments

Color spaces of #a9bcac

RGB 169188172
HSL0.360.120.70
HSV129°10°74°
CMYK 0.100.000.09   0.26
XYZ41.791847.380045.9723
Yxy47.38000.30920.3506
Hunter Lab68.8331-12.08238.5846
CIE-Lab74.4322-9.58625.8770

#a9bcac color RGB value is (169,188,172).

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

The process color (four color CMYK) of #a9bcac color hex is 0.10, 0.00, 0.09, 0.26. Web safe color of #a9bcac is #99cc99. Color #a9bcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10111100 10101100
Octal 251 274 254
Decimal 169 188 172
Hex A9 BC AC

RGB Percentages of Color #a9bcac

%31.95
%35.54
%32.51

CMYK Percentages of Color #a9bcac

%10
%0
%9
%26

Triadic Colors of #a9bcac

#a9bcac #aca9bc #bcaca9

Analogous Colors of #a9bcac

#a9bcac #a9bcb6 #b0bca9

Monochromatic Colors of #a9bcac

#a9bcac

Complementary Color

#a9bcac #bca9b9

#a9bcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9bcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9bcac Color CSS Codes

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

#a9bcac Text Font Color

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

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


#a9bcac Background Color

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

This div background color is #a9bcac


#a9bcac Border Color

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

This div border color is #a9bcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9bcac


Comments

No comments written yet.

Please login to write comment.