Color Hex Logo

#bcfb37 Color Hex

#BCFB37
(188,251,55)
0 Favorites   0 Comments

Color spaces of #bcfb37

RGB 18825155
HSL0.220.960.60
HSV79°78°98°
CMYK 0.250.000.78   0.02
XYZ55.925879.961616.1010
Yxy79.96160.36800.5261
Hunter Lab89.4213-44.849851.9192
CIE-Lab91.6676-45.103379.8723

#bcfb37 color RGB value is (188,251,55).

#bcfb37 hex color red value is 188, green value is 251 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bcfb37 hue: 0.22 , saturation: 0.96 and the lightness value of bcfb37 is 0.60.

The process color (four color CMYK) of #bcfb37 color hex is 0.25, 0.00, 0.78, 0.02. Web safe color of #bcfb37 is #ccff33. Color #bcfb37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 00110111
Octal 274 373 67
Decimal 188 251 55
Hex BC FB 37

RGB Percentages of Color #bcfb37

%38.06
%50.81
%11.13

CMYK Percentages of Color #bcfb37

%25
%0
%78
%2

Triadic Colors of #bcfb37

#bcfb37 #37bcfb #fb37bc

Analogous Colors of #bcfb37

#bcfb37 #5afb37 #fbd837

Monochromatic Colors of #bcfb37

#bcfb37

Complementary Color

#bcfb37 #7637fb

#bcfb37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb37 Color CSS Codes

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

#bcfb37 Text Font Color

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

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


#bcfb37 Background Color

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

This div background color is #bcfb37


#bcfb37 Border Color

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

This div border color is #bcfb37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb37


Comments

No comments written yet.

Please login to write comment.