Color Hex Logo

#bdbc6e Color Hex

#BDBC6E
(189,188,110)
0 Favorites   0 Comments

Color spaces of #bdbc6e

RGB 189188110
HSL0.160.370.59
HSV59°42°74°
CMYK 0.000.010.42   0.26
XYZ41.784047.911021.7974
Yxy47.91100.37480.4297
Hunter Lab69.2178-13.377829.7814
CIE-Lab74.7688-11.060639.4999

#bdbc6e color RGB value is (189,188,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 01101110
Octal 275 274 156
Decimal 189 188 110
Hex BD BC 6E

RGB Percentages of Color #bdbc6e

%38.81
%38.60
%22.59

CMYK Percentages of Color #bdbc6e

%0
%1
%42
%26

Triadic Colors of #bdbc6e

#bdbc6e #6ebdbc #bc6ebd

Analogous Colors of #bdbc6e

#bdbc6e #97bd6e #bd956e

Monochromatic Colors of #bdbc6e

#bdbc6e

Complementary Color

#bdbc6e #6e6fbd

#bdbc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbc6e Color CSS Codes

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

#bdbc6e Text Font Color

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

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


#bdbc6e Background Color

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

This div background color is #bdbc6e


#bdbc6e Border Color

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

This div border color is #bdbc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbc6e


Comments

No comments written yet.

Please login to write comment.