Color Hex Logo

#bdbb8d Color Hex

#BDBB8D
(189,187,141)
0 Favorites   0 Comments

Color spaces of #bdbb8d

RGB 189187141
HSL0.160.270.65
HSV58°25°74°
CMYK 0.000.010.25   0.26
XYZ43.564348.282632.2227
Yxy48.28260.35110.3892
Hunter Lab69.4857-9.688721.1453
CIE-Lab75.0028-6.744923.6217

#bdbb8d color RGB value is (189,187,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111011 10001101
Octal 275 273 215
Decimal 189 187 141
Hex BD BB 8D

RGB Percentages of Color #bdbb8d

%36.56
%36.17
%27.27

CMYK Percentages of Color #bdbb8d

%0
%1
%25
%26

Triadic Colors of #bdbb8d

#bdbb8d #8dbdbb #bb8dbd

Analogous Colors of #bdbb8d

#bdbb8d #a7bd8d #bda38d

Monochromatic Colors of #bdbb8d

#bdbb8d

Complementary Color

#bdbb8d #8d8fbd

#bdbb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbb8d Color CSS Codes

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

#bdbb8d Text Font Color

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

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


#bdbb8d Background Color

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

This div background color is #bdbb8d


#bdbb8d Border Color

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

This div border color is #bdbb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbb8d

#bdbb8d Color Palettes


Comments

No comments written yet.

Please login to write comment.