Color Hex Logo

#bdbc7d Color Hex

#BDBC7D
(189,188,125)
0 Favorites   0 Comments

Color spaces of #bdbc7d

RGB 189188125
HSL0.160.330.62
HSV59°34°74°
CMYK 0.000.010.34   0.26
XYZ42.671248.265926.4693
Yxy48.26590.36340.4111
Hunter Lab69.4737-11.943026.0422
CIE-Lab74.9923-9.352332.0614

#bdbc7d color RGB value is (189,188,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01111101
Octal 275 274 175
Decimal 189 188 125
Hex BD BC 7D

RGB Percentages of Color #bdbc7d

%37.65
%37.45
%24.90

CMYK Percentages of Color #bdbc7d

%0
%1
%34
%26

Triadic Colors of #bdbc7d

#bdbc7d #7dbdbc #bc7dbd

Analogous Colors of #bdbc7d

#bdbc7d #9ebd7d #bd9c7d

Monochromatic Colors of #bdbc7d

#bdbc7d

Complementary Color

#bdbc7d #7d7ebd

#bdbc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc7d Color CSS Codes

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

#bdbc7d Text Font Color

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

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


#bdbc7d Background Color

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

This div background color is #bdbc7d


#bdbc7d Border Color

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

This div border color is #bdbc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc7d


Comments

No comments written yet.

Please login to write comment.