Color Hex Logo

#bcbd6e Color Hex

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

Color spaces of #bcbd6e

RGB 188189110
HSL0.170.370.59
HSV61°42°74°
CMYK 0.010.000.42   0.26
XYZ41.751148.212321.8572
Yxy48.21230.37340.4312
Hunter Lab69.4351-14.179929.9409
CIE-Lab74.9586-11.978939.7204

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

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

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

Base Numbers

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

RGB Percentages of Color #bcbd6e

%38.60
%38.81
%22.59

CMYK Percentages of Color #bcbd6e

%1
%0
%42
%26

Triadic Colors of #bcbd6e

#bcbd6e #6ebcbd #bd6ebc

Analogous Colors of #bcbd6e

#bcbd6e #95bd6e #bd976e

Monochromatic Colors of #bcbd6e

#bcbd6e

Complementary Color

#bcbd6e #6f6ebd

#bcbd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd6e Color CSS Codes

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

#bcbd6e Text Font Color

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

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


#bcbd6e Background Color

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

This div background color is #bcbd6e


#bcbd6e Border Color

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

This div border color is #bcbd6e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,189,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 #bcbd6e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd6e


Comments

No comments written yet.

Please login to write comment.