Color Hex Logo

#b4a9ac Color Hex

#B4A9AC
(180,169,172)
0 Favorites   0 Comments

Color spaces of #b4a9ac

RGB 180169172
HSL0.950.070.68
HSV344°71°
CMYK 0.000.060.04   0.29
XYZ40.456841.057844.8224
Yxy41.05780.32020.3250
Hunter Lab64.07640.56843.3792
CIE-Lab70.21644.4929-0.1300

#b4a9ac color RGB value is (180,169,172).

#b4a9ac hex color red value is 180, green value is 169 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b4a9ac hue: 0.95 , saturation: 0.07 and the lightness value of b4a9ac is 0.68.

The process color (four color CMYK) of #b4a9ac color hex is 0.00, 0.06, 0.04, 0.29. Web safe color of #b4a9ac is #cc9999. Color #b4a9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101001 10101100
Octal 264 251 254
Decimal 180 169 172
Hex B4 A9 AC

RGB Percentages of Color #b4a9ac

%34.55
%32.44
%33.01

CMYK Percentages of Color #b4a9ac

%0
%6
%4
%29

Triadic Colors of #b4a9ac

#b4a9ac #acb4a9 #a9acb4

Analogous Colors of #b4a9ac

#b4a9ac #b4aca9 #b4a9b2

Monochromatic Colors of #b4a9ac

#b4a9ac

Complementary Color

#b4a9ac #a9b4b1

#b4a9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a9ac Color CSS Codes

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

#b4a9ac Text Font Color

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

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


#b4a9ac Background Color

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

This div background color is #b4a9ac


#b4a9ac Border Color

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

This div border color is #b4a9ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,169,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 #b4a9ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a9ac


Comments

No comments written yet.

Please login to write comment.