Color Hex Logo

#bcbf5e Color Hex

#BCBF5E
(188,191,94)
0 Favorites   0 Comments

Color spaces of #bcbf5e

RGB 18819194
HSL0.170.430.56
HSV62°51°75°
CMYK 0.020.000.51   0.25
XYZ41.390248.761117.8200
Yxy48.76110.38330.4516
Hunter Lab69.8291-16.397833.7499
CIE-Lab75.3025-14.559248.0192

#bcbf5e color RGB value is (188,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 01011110
Octal 274 277 136
Decimal 188 191 94
Hex BC BF 5E

RGB Percentages of Color #bcbf5e

%39.75
%40.38
%19.87

CMYK Percentages of Color #bcbf5e

%2
%0
%51
%25

Triadic Colors of #bcbf5e

#bcbf5e #5ebcbf #bf5ebc

Analogous Colors of #bcbf5e

#bcbf5e #8cbf5e #bf925e

Monochromatic Colors of #bcbf5e

#bcbf5e

Complementary Color

#bcbf5e #615ebf

#bcbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf5e Color CSS Codes

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

#bcbf5e Text Font Color

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

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


#bcbf5e Background Color

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

This div background color is #bcbf5e


#bcbf5e Border Color

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

This div border color is #bcbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf5e


Comments

No comments written yet.

Please login to write comment.