Color Hex Logo

#bdbe87 Color Hex

#BDBE87
(189,190,135)
0 Favorites   0 Comments

Color spaces of #bdbe87

RGB 189190135
HSL0.170.300.64
HSV61°29°75°
CMYK 0.010.000.29   0.25
XYZ43.772949.395030.1488
Yxy49.39500.35500.4006
Hunter Lab70.2816-11.819123.7634
CIE-Lab75.6964-9.120227.7406

#bdbe87 color RGB value is (189,190,135).

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

The process color (four color CMYK) of #bdbe87 color hex is 0.01, 0.00, 0.29, 0.25. Web safe color of #bdbe87 is #cccc99. Color #bdbe87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111110 10000111
Octal 275 276 207
Decimal 189 190 135
Hex BD BE 87

RGB Percentages of Color #bdbe87

%36.77
%36.96
%26.26

CMYK Percentages of Color #bdbe87

%1
%0
%29
%25

Triadic Colors of #bdbe87

#bdbe87 #87bdbe #be87bd

Analogous Colors of #bdbe87

#bdbe87 #a2be87 #bea487

Monochromatic Colors of #bdbe87

#bdbe87

Complementary Color

#bdbe87 #8887be

#bdbe87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbe87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbe87 Color CSS Codes

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

#bdbe87 Text Font Color

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

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


#bdbe87 Background Color

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

This div background color is #bdbe87


#bdbe87 Border Color

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

This div border color is #bdbe87


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,190,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 #bdbe87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbe87


Comments

No comments written yet.

Please login to write comment.