Color Hex Logo

#bcfc3f Color Hex

#BCFC3F
(188,252,63)
0 Favorites   0 Comments

Color spaces of #bcfc3f

RGB 18825263
HSL0.220.970.62
HSV80°75°99°
CMYK 0.250.000.75   0.01
XYZ56.446680.671117.2986
Yxy80.67110.36550.5224
Hunter Lab89.8171-44.999551.4528
CIE-Lab91.9851-45.175477.8600

#bcfc3f color RGB value is (188,252,63).

#bcfc3f hex color red value is 188, green value is 252 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcfc3f hue: 0.22 , saturation: 0.97 and the lightness value of bcfc3f is 0.62.

The process color (four color CMYK) of #bcfc3f color hex is 0.25, 0.00, 0.75, 0.01. Web safe color of #bcfc3f is #ccff33. Color #bcfc3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 00111111
Octal 274 374 77
Decimal 188 252 63
Hex BC FC 3F

RGB Percentages of Color #bcfc3f

%37.38
%50.10
%12.52

CMYK Percentages of Color #bcfc3f

%25
%0
%75
%1

Triadic Colors of #bcfc3f

#bcfc3f #3fbcfc #fc3fbc

Analogous Colors of #bcfc3f

#bcfc3f #5efc3f #fcde3f

Monochromatic Colors of #bcfc3f

#bcfc3f

Complementary Color

#bcfc3f #7f3ffc

#bcfc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc3f Color CSS Codes

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

#bcfc3f Text Font Color

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

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


#bcfc3f Background Color

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

This div background color is #bcfc3f


#bcfc3f Border Color

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

This div border color is #bcfc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc3f


Comments

No comments written yet.

Please login to write comment.