Color Hex Logo

#bdbb96 Color Hex

#BDBB96
(189,187,150)
0 Favorites   0 Comments

Color spaces of #bdbb96

RGB 189187150
HSL0.160.230.66
HSV57°21°74°
CMYK 0.000.010.21   0.26
XYZ44.261648.561535.8946
Yxy48.56150.34390.3773
Hunter Lab69.6861-8.575118.2406
CIE-Lab75.1777-5.452819.0417

#bdbb96 color RGB value is (189,187,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10010110
Octal 275 273 226
Decimal 189 187 150
Hex BD BB 96

RGB Percentages of Color #bdbb96

%35.93
%35.55
%28.52

CMYK Percentages of Color #bdbb96

%0
%1
%21
%26

Triadic Colors of #bdbb96

#bdbb96 #96bdbb #bb96bd

Analogous Colors of #bdbb96

#bdbb96 #acbd96 #bda896

Monochromatic Colors of #bdbb96

#bdbb96

Complementary Color

#bdbb96 #9698bd

#bdbb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb96 Color CSS Codes

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

#bdbb96 Text Font Color

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

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


#bdbb96 Background Color

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

This div background color is #bdbb96


#bdbb96 Border Color

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

This div border color is #bdbb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb96


Comments

No comments written yet.

Please login to write comment.