Color Hex Logo

#bdbc9c Color Hex

#BDBC9C
(189,188,156)
0 Favorites   0 Comments

Color spaces of #bdbc9c

RGB 189188156
HSL0.160.200.68
HSV58°17°74°
CMYK 0.000.010.17   0.26
XYZ44.970249.185638.5761
Yxy49.18560.33880.3706
Hunter Lab70.1324-8.274316.4805
CIE-Lab75.5666-5.072016.3541

#bdbc9c color RGB value is (189,188,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10011100
Octal 275 274 234
Decimal 189 188 156
Hex BD BC 9C

RGB Percentages of Color #bdbc9c

%35.46
%35.27
%29.27

CMYK Percentages of Color #bdbc9c

%0
%1
%17
%26

Triadic Colors of #bdbc9c

#bdbc9c #9cbdbc #bc9cbd

Analogous Colors of #bdbc9c

#bdbc9c #aebd9c #bdac9c

Monochromatic Colors of #bdbc9c

#bdbc9c

Complementary Color

#bdbc9c #9c9dbd

#bdbc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc9c Color CSS Codes

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

#bdbc9c Text Font Color

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

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


#bdbc9c Background Color

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

This div background color is #bdbc9c


#bdbc9c Border Color

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

This div border color is #bdbc9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc9c


Comments

No comments written yet.

Please login to write comment.