Color Hex Logo

#bdbb9f Color Hex

#BDBB9F
(189,187,159)
0 Favorites   0 Comments

Color spaces of #bdbb9f

RGB 189187159
HSL0.160.190.68
HSV56°16°74°
CMYK 0.000.010.16   0.26
XYZ45.014648.862739.8598
Yxy48.86270.33660.3654
Hunter Lab69.9019-7.379915.1227
CIE-Lab75.3658-4.078214.4552

#bdbb9f color RGB value is (189,187,159).

#bdbb9f hex color red value is 189, green value is 187 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bdbb9f hue: 0.16 , saturation: 0.19 and the lightness value of bdbb9f is 0.68.

The process color (four color CMYK) of #bdbb9f color hex is 0.00, 0.01, 0.16, 0.26. Web safe color of #bdbb9f is #cccc99. Color #bdbb9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10011111
Octal 275 273 237
Decimal 189 187 159
Hex BD BB 9F

RGB Percentages of Color #bdbb9f

%35.33
%34.95
%29.72

CMYK Percentages of Color #bdbb9f

%0
%1
%16
%26

Triadic Colors of #bdbb9f

#bdbb9f #9fbdbb #bb9fbd

Analogous Colors of #bdbb9f

#bdbb9f #b0bd9f #bdac9f

Monochromatic Colors of #bdbb9f

#bdbb9f

Complementary Color

#bdbb9f #9fa1bd

#bdbb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb9f Color CSS Codes

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

#bdbb9f Text Font Color

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

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


#bdbb9f Background Color

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

This div background color is #bdbb9f


#bdbb9f Border Color

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

This div border color is #bdbb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb9f


Comments

No comments written yet.

Please login to write comment.