Color Hex Logo

#bdad9c Color Hex

#BDAD9C
(189,173,156)
0 Favorites   0 Comments

Color spaces of #bdad9c

RGB 189173156
HSL0.090.200.68
HSV31°17°74°
CMYK 0.000.080.17   0.26
XYZ41.930643.106337.5628
Yxy43.10630.34200.3516
Hunter Lab65.6554-0.898512.0377
CIE-Lab71.62712.925310.8118

#bdad9c color RGB value is (189,173,156).

#bdad9c hex color red value is 189, green value is 173 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bdad9c hue: 0.09 , saturation: 0.20 and the lightness value of bdad9c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101101 10011100
Octal 275 255 234
Decimal 189 173 156
Hex BD AD 9C

RGB Percentages of Color #bdad9c

%36.49
%33.40
%30.12

CMYK Percentages of Color #bdad9c

%0
%8
%17
%26

Triadic Colors of #bdad9c

#bdad9c #9cbdad #ad9cbd

Analogous Colors of #bdad9c

#bdad9c #bdbd9c #bd9d9c

Monochromatic Colors of #bdad9c

#bdad9c

Complementary Color

#bdad9c #9cacbd

#bdad9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdad9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdad9c Color CSS Codes

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

#bdad9c Text Font Color

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

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


#bdad9c Background Color

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

This div background color is #bdad9c


#bdad9c Border Color

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

This div border color is #bdad9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdad9c


Comments

No comments written yet.

Please login to write comment.