Color Hex Logo

#bcbe5e Color Hex

#BCBE5E
(188,190,94)
0 Favorites   0 Comments

Color spaces of #bcbe5e

RGB 18819094
HSL0.170.420.56
HSV61°51°75°
CMYK 0.010.000.51   0.25
XYZ41.172948.326417.7476
Yxy48.32640.38390.4506
Hunter Lab69.5172-15.935033.5254
CIE-Lab75.0303-14.050647.6984

#bcbe5e color RGB value is (188,190,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 01011110
Octal 274 276 136
Decimal 188 190 94
Hex BC BE 5E

RGB Percentages of Color #bcbe5e

%39.83
%40.25
%19.92

CMYK Percentages of Color #bcbe5e

%1
%0
%51
%25

Triadic Colors of #bcbe5e

#bcbe5e #5ebcbe #be5ebc

Analogous Colors of #bcbe5e

#bcbe5e #8cbe5e #be905e

Monochromatic Colors of #bcbe5e

#bcbe5e

Complementary Color

#bcbe5e #605ebe

#bcbe5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe5e Color CSS Codes

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

#bcbe5e Text Font Color

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

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


#bcbe5e Background Color

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

This div background color is #bcbe5e


#bcbe5e Border Color

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

This div border color is #bcbe5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe5e


Comments

No comments written yet.

Please login to write comment.