Color Hex Logo

#bdbc76 Color Hex

#BDBC76
(189,188,118)
0 Favorites   0 Comments

Color spaces of #bdbc76

RGB 189188118
HSL0.160.350.60
HSV59°38°74°
CMYK 0.000.010.38   0.26
XYZ42.239548.093324.1962
Yxy48.09330.36880.4199
Hunter Lab69.3493-12.640027.8581
CIE-Lab74.8837-10.179735.5548

#bdbc76 color RGB value is (189,188,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01110110
Octal 275 274 166
Decimal 189 188 118
Hex BD BC 76

RGB Percentages of Color #bdbc76

%38.18
%37.98
%23.84

CMYK Percentages of Color #bdbc76

%0
%1
%38
%26

Triadic Colors of #bdbc76

#bdbc76 #76bdbc #bc76bd

Analogous Colors of #bdbc76

#bdbc76 #9bbd76 #bd9976

Monochromatic Colors of #bdbc76

#bdbc76

Complementary Color

#bdbc76 #7677bd

#bdbc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc76 Color CSS Codes

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

#bdbc76 Text Font Color

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

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


#bdbc76 Background Color

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

This div background color is #bdbc76


#bdbc76 Border Color

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

This div border color is #bdbc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc76


Comments

No comments written yet.

Please login to write comment.