Color Hex Logo

#bdbb95 Color Hex

#BDBB95
(189,187,149)
0 Favorites   0 Comments

Color spaces of #bdbb95

RGB 189187149
HSL0.160.230.66
HSV57°21°74°
CMYK 0.000.010.21   0.26
XYZ44.181448.529435.4723
Yxy48.52940.34470.3786
Hunter Lab69.6630-8.702818.5738
CIE-Lab75.1576-5.600419.5510

#bdbb95 color RGB value is (189,187,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10010101
Octal 275 273 225
Decimal 189 187 149
Hex BD BB 95

RGB Percentages of Color #bdbb95

%36.00
%35.62
%28.38

CMYK Percentages of Color #bdbb95

%0
%1
%21
%26

Triadic Colors of #bdbb95

#bdbb95 #95bdbb #bb95bd

Analogous Colors of #bdbb95

#bdbb95 #abbd95 #bda795

Monochromatic Colors of #bdbb95

#bdbb95

Complementary Color

#bdbb95 #9597bd

#bdbb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb95 Color CSS Codes

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

#bdbb95 Text Font Color

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

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


#bdbb95 Background Color

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

This div background color is #bdbb95


#bdbb95 Border Color

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

This div border color is #bdbb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb95


Comments

No comments written yet.

Please login to write comment.