Color Hex Logo

#bdac8c Color Hex

#BDAC8C
(189,172,140)
0 Favorites   0 Comments

Color spaces of #bdac8c

RGB 189172140
HSL0.110.270.65
HSV39°26°74°
CMYK 0.000.090.26   0.26
XYZ40.472442.217330.8266
Yxy42.21730.35650.3719
Hunter Lab64.9748-2.519517.3529
CIE-Lab71.02051.075418.7090

#bdac8c color RGB value is (189,172,140).

#bdac8c hex color red value is 189, green value is 172 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bdac8c hue: 0.11 , saturation: 0.27 and the lightness value of bdac8c is 0.65.

The process color (four color CMYK) of #bdac8c color hex is 0.00, 0.09, 0.26, 0.26. Web safe color of #bdac8c is #cc9999. Color #bdac8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10001100
Octal 275 254 214
Decimal 189 172 140
Hex BD AC 8C

RGB Percentages of Color #bdac8c

%37.72
%34.33
%27.94

CMYK Percentages of Color #bdac8c

%0
%9
%26
%26

Triadic Colors of #bdac8c

#bdac8c #8cbdac #ac8cbd

Analogous Colors of #bdac8c

#bdac8c #b6bd8c #bd948c

Monochromatic Colors of #bdac8c

#bdac8c

Complementary Color

#bdac8c #8c9dbd

#bdac8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac8c Color CSS Codes

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

#bdac8c Text Font Color

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

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


#bdac8c Background Color

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

This div background color is #bdac8c


#bdac8c Border Color

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

This div border color is #bdac8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac8c


Comments

No comments written yet.

Please login to write comment.