Color Hex Logo

#bcbe6e Color Hex

#BCBE6E
(188,190,110)
0 Favorites   0 Comments

Color spaces of #bcbe6e

RGB 188190110
HSL0.170.380.59
HSV61°42°75°
CMYK 0.010.000.42   0.25
XYZ41.967048.644121.9292
Yxy48.64410.37290.4322
Hunter Lab69.7453-14.647730.1799
CIE-Lab75.2294-12.491840.0588

#bcbe6e color RGB value is (188,190,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 01101110
Octal 274 276 156
Decimal 188 190 110
Hex BC BE 6E

RGB Percentages of Color #bcbe6e

%38.52
%38.93
%22.54

CMYK Percentages of Color #bcbe6e

%1
%0
%42
%25

Triadic Colors of #bcbe6e

#bcbe6e #6ebcbe #be6ebc

Analogous Colors of #bcbe6e

#bcbe6e #94be6e #be986e

Monochromatic Colors of #bcbe6e

#bcbe6e

Complementary Color

#bcbe6e #706ebe

#bcbe6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe6e Color CSS Codes

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

#bcbe6e Text Font Color

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

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


#bcbe6e Background Color

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

This div background color is #bcbe6e


#bcbe6e Border Color

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

This div border color is #bcbe6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe6e


Comments

No comments written yet.

Please login to write comment.