Color Hex Logo

#b4ad9c Color Hex

#B4AD9C
(180,173,156)
0 Favorites   0 Comments

Color spaces of #b4ad9c

RGB 180173156
HSL0.120.140.66
HSV43°13°71°
CMYK 0.000.040.13   0.29
XYZ39.766741.990737.4616
Yxy41.99070.33360.3522
Hunter Lab64.8002-3.858311.0841
CIE-Lab70.8645-0.45159.6232

#b4ad9c color RGB value is (180,173,156).

#b4ad9c hex color red value is 180, green value is 173 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b4ad9c hue: 0.12 , saturation: 0.14 and the lightness value of b4ad9c is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 10011100
Octal 264 255 234
Decimal 180 173 156
Hex B4 AD 9C

RGB Percentages of Color #b4ad9c

%35.36
%33.99
%30.65

CMYK Percentages of Color #b4ad9c

%0
%4
%13
%29

Triadic Colors of #b4ad9c

#b4ad9c #9cb4ad #ad9cb4

Analogous Colors of #b4ad9c

#b4ad9c #afb49c #b4a19c

Monochromatic Colors of #b4ad9c

#b4ad9c

Complementary Color

#b4ad9c #9ca3b4

#b4ad9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ad9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ad9c Color CSS Codes

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

#b4ad9c Text Font Color

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

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


#b4ad9c Background Color

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

This div background color is #b4ad9c


#b4ad9c Border Color

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

This div border color is #b4ad9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ad9c


Comments

No comments written yet.

Please login to write comment.