Color Hex Logo

#bdbd87 Color Hex

#BDBD87
(189,189,135)
0 Favorites   0 Comments

Color spaces of #bdbd87

RGB 189189135
HSL0.170.290.64
HSV60°29°74°
CMYK 0.000.000.29   0.26
XYZ43.557048.963330.0768
Yxy48.96330.35530.3994
Hunter Lab69.9738-11.342123.4971
CIE-Lab75.4285-8.601227.3825

#bdbd87 color RGB value is (189,189,135).

#bdbd87 hex color red value is 189, green value is 189 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdbd87 hue: 0.17 , saturation: 0.29 and the lightness value of bdbd87 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111101 10000111
Octal 275 275 207
Decimal 189 189 135
Hex BD BD 87

RGB Percentages of Color #bdbd87

%36.84
%36.84
%26.32

CMYK Percentages of Color #bdbd87

%0
%0
%29
%26

Triadic Colors of #bdbd87

#bdbd87 #87bdbd #bd87bd

Analogous Colors of #bdbd87

#bdbd87 #a2bd87 #bda287

Monochromatic Colors of #bdbd87

#bdbd87

Complementary Color

#bdbd87 #8787bd

#bdbd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbd87 Color CSS Codes

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

#bdbd87 Text Font Color

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

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


#bdbd87 Background Color

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

This div background color is #bdbd87


#bdbd87 Border Color

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

This div border color is #bdbd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbd87


Comments

No comments written yet.

Please login to write comment.