Color Hex Logo

#bdbc7e Color Hex

#BDBC7E
(189,188,126)
0 Favorites   0 Comments

Color spaces of #bdbc7e

RGB 189188126
HSL0.160.320.62
HSV59°33°74°
CMYK 0.000.010.33   0.26
XYZ42.735448.291626.8075
Yxy48.29160.36270.4098
Hunter Lab69.4922-11.839625.7726
CIE-Lab75.0085-9.230031.5599

#bdbc7e color RGB value is (189,188,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01111110
Octal 275 274 176
Decimal 189 188 126
Hex BD BC 7E

RGB Percentages of Color #bdbc7e

%37.57
%37.38
%25.05

CMYK Percentages of Color #bdbc7e

%0
%1
%33
%26

Triadic Colors of #bdbc7e

#bdbc7e #7ebdbc #bc7ebd

Analogous Colors of #bdbc7e

#bdbc7e #9fbd7e #bd9d7e

Monochromatic Colors of #bdbc7e

#bdbc7e

Complementary Color

#bdbc7e #7e7fbd

#bdbc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc7e Color CSS Codes

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

#bdbc7e Text Font Color

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

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


#bdbc7e Background Color

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

This div background color is #bdbc7e


#bdbc7e Border Color

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

This div border color is #bdbc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc7e


Comments

No comments written yet.

Please login to write comment.