Color Hex Logo

#b9acad Color Hex

#B9ACAD
(185,172,173)
0 Favorites   0 Comments

Color spaces of #b9acad

RGB 185172173
HSL0.990.080.70
HSV355°73°
CMYK 0.000.070.06   0.27
XYZ42.302942.836545.5738
Yxy42.83650.32360.3277
Hunter Lab65.44960.83554.5300
CIE-Lab71.44394.83821.1595

#b9acad color RGB value is (185,172,173).

#b9acad hex color red value is 185, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b9acad hue: 0.99 , saturation: 0.08 and the lightness value of b9acad is 0.70.

The process color (four color CMYK) of #b9acad color hex is 0.00, 0.07, 0.06, 0.27. Web safe color of #b9acad is #cc9999. Color #b9acad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101100 10101101
Octal 271 254 255
Decimal 185 172 173
Hex B9 AC AD

RGB Percentages of Color #b9acad

%34.91
%32.45
%32.64

CMYK Percentages of Color #b9acad

%0
%7
%6
%27

Triadic Colors of #b9acad

#b9acad #adb9ac #acadb9

Analogous Colors of #b9acad

#b9acad #b9b2ac #b9acb4

Monochromatic Colors of #b9acad

#b9acad

Complementary Color

#b9acad #acb9b8

#b9acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9acad Color CSS Codes

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

#b9acad Text Font Color

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

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


#b9acad Background Color

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

This div background color is #b9acad


#b9acad Border Color

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

This div border color is #b9acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9acad


Comments

No comments written yet.

Please login to write comment.