Color Hex Logo

#bdbc8c Color Hex

#BDBC8C
(189,188,140)
0 Favorites   0 Comments

Color spaces of #bdbc8c

RGB 189188140
HSL0.160.270.65
HSV59°26°74°
CMYK 0.000.010.26   0.26
XYZ43.703148.678731.9035
Yxy48.67870.35160.3917
Hunter Lab69.7701-10.287621.7278
CIE-Lab75.2510-7.405724.4912

#bdbc8c color RGB value is (189,188,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10001100
Octal 275 274 214
Decimal 189 188 140
Hex BD BC 8C

RGB Percentages of Color #bdbc8c

%36.56
%36.36
%27.08

CMYK Percentages of Color #bdbc8c

%0
%1
%26
%26

Triadic Colors of #bdbc8c

#bdbc8c #8cbdbc #bc8cbd

Analogous Colors of #bdbc8c

#bdbc8c #a6bd8c #bda48c

Monochromatic Colors of #bdbc8c

#bdbc8c

Complementary Color

#bdbc8c #8c8dbd

#bdbc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc8c Color CSS Codes

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

#bdbc8c Text Font Color

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

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


#bdbc8c Background Color

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

This div background color is #bdbc8c


#bdbc8c Border Color

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

This div border color is #bdbc8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc8c


Comments

No comments written yet.

Please login to write comment.