Color Hex Logo

#bdbc86 Color Hex

#BDBC86
(189,188,134)
0 Favorites   0 Comments

Color spaces of #bdbc86

RGB 189188134
HSL0.160.290.63
HSV59°29°74°
CMYK 0.000.010.29   0.26
XYZ43.272648.506529.6362
Yxy48.50650.35640.3995
Hunter Lab69.6466-10.976523.5234
CIE-Lab75.1433-8.212727.5299

#bdbc86 color RGB value is (189,188,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10000110
Octal 275 274 206
Decimal 189 188 134
Hex BD BC 86

RGB Percentages of Color #bdbc86

%36.99
%36.79
%26.22

CMYK Percentages of Color #bdbc86

%0
%1
%29
%26

Triadic Colors of #bdbc86

#bdbc86 #86bdbc #bc86bd

Analogous Colors of #bdbc86

#bdbc86 #a3bd86 #bda186

Monochromatic Colors of #bdbc86

#bdbc86

Complementary Color

#bdbc86 #8687bd

#bdbc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc86 Color CSS Codes

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

#bdbc86 Text Font Color

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

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


#bdbc86 Background Color

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

This div background color is #bdbc86


#bdbc86 Border Color

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

This div border color is #bdbc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc86


Comments

No comments written yet.

Please login to write comment.