Color Hex Logo

#bcfb5e Color Hex

#BCFB5E
(188,251,94)
0 Favorites   0 Comments

Color spaces of #bcfb5e

RGB 18825194
HSL0.230.950.68
HSV84°63°98°
CMYK 0.250.000.63   0.02
XYZ57.256680.493923.1088
Yxy80.49390.35590.5004
Hunter Lab89.7184-43.091847.5315
CIE-Lab91.9060-42.833566.7461

#bcfb5e color RGB value is (188,251,94).

#bcfb5e hex color red value is 188, green value is 251 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bcfb5e hue: 0.23 , saturation: 0.95 and the lightness value of bcfb5e is 0.68.

The process color (four color CMYK) of #bcfb5e color hex is 0.25, 0.00, 0.63, 0.02. Web safe color of #bcfb5e is #ccff66. Color #bcfb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 01011110
Octal 274 373 136
Decimal 188 251 94
Hex BC FB 5E

RGB Percentages of Color #bcfb5e

%35.27
%47.09
%17.64

CMYK Percentages of Color #bcfb5e

%25
%0
%63
%2

Triadic Colors of #bcfb5e

#bcfb5e #5ebcfb #fb5ebc

Analogous Colors of #bcfb5e

#bcfb5e #6efb5e #fbec5e

Monochromatic Colors of #bcfb5e

#bcfb5e

Complementary Color

#bcfb5e #9d5efb

#bcfb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb5e Color CSS Codes

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

#bcfb5e Text Font Color

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

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


#bcfb5e Background Color

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

This div background color is #bcfb5e


#bcfb5e Border Color

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

This div border color is #bcfb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb5e


Comments

No comments written yet.

Please login to write comment.