Color Hex Logo

#bcfc8f Color Hex

#BCFC8F
(188,252,143)
0 Favorites   0 Comments

Color spaces of #bcfc8f

RGB 188252143
HSL0.260.950.77
HSV95°43°99°
CMYK 0.250.000.43   0.01
XYZ60.507482.295338.6821
Yxy82.29530.33340.4535
Hunter Lab90.7168-39.696238.2202
CIE-Lab92.7050-38.432545.7735

#bcfc8f color RGB value is (188,252,143).

#bcfc8f hex color red value is 188, green value is 252 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bcfc8f hue: 0.26 , saturation: 0.95 and the lightness value of bcfc8f is 0.77.

The process color (four color CMYK) of #bcfc8f color hex is 0.25, 0.00, 0.43, 0.01. Web safe color of #bcfc8f is #ccff99. Color #bcfc8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 10001111
Octal 274 374 217
Decimal 188 252 143
Hex BC FC 8F

RGB Percentages of Color #bcfc8f

%32.25
%43.22
%24.53

CMYK Percentages of Color #bcfc8f

%25
%0
%43
%1

Triadic Colors of #bcfc8f

#bcfc8f #8fbcfc #fc8fbc

Analogous Colors of #bcfc8f

#bcfc8f #8ffc99 #f3fc8f

Monochromatic Colors of #bcfc8f

#bcfc8f

Complementary Color

#bcfc8f #cf8ffc

#bcfc8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc8f Color CSS Codes

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

#bcfc8f Text Font Color

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

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


#bcfc8f Background Color

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

This div background color is #bcfc8f


#bcfc8f Border Color

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

This div border color is #bcfc8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc8f


Comments

No comments written yet.

Please login to write comment.