Color Hex Logo

#bcf04c Color Hex

#BCF04C
(188,240,76)
0 Favorites   0 Comments

Color spaces of #bcf04c

RGB 18824076
HSL0.220.850.62
HSV79°68°94°
CMYK 0.220.000.68   0.06
XYZ53.203673.533318.2267
Yxy73.53330.36700.5073
Hunter Lab85.7516-39.316947.4239
CIE-Lab88.7014-39.229470.2949

#bcf04c color RGB value is (188,240,76).

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

The process color (four color CMYK) of #bcf04c color hex is 0.22, 0.00, 0.68, 0.06. Web safe color of #bcf04c is #ccff33. Color #bcf04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01001100
Octal 274 360 114
Decimal 188 240 76
Hex BC F0 4C

RGB Percentages of Color #bcf04c

%37.30
%47.62
%15.08

CMYK Percentages of Color #bcf04c

%22
%0
%68
%6

Triadic Colors of #bcf04c

#bcf04c #4cbcf0 #f04cbc

Analogous Colors of #bcf04c

#bcf04c #6af04c #f0d24c

Monochromatic Colors of #bcf04c

#bcf04c

Complementary Color

#bcf04c #804cf0

#bcf04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf04c Color CSS Codes

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

#bcf04c Text Font Color

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

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


#bcf04c Background Color

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

This div background color is #bcf04c


#bcf04c Border Color

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

This div border color is #bcf04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf04c


Comments

No comments written yet.

Please login to write comment.