Color Hex Logo

#bcfe0c Color Hex

#BCFE0C
(188,254,12)
0 Favorites   0 Comments

Color spaces of #bcfe0c

RGB 18825412
HSL0.210.990.52
HSV76°95°100°
CMYK 0.260.000.95   0.00
XYZ56.247281.601513.1340
Yxy81.60150.37250.5405
Hunter Lab90.3335-46.938754.6130
CIE-Lab92.3987-47.453488.0749

#bcfe0c color RGB value is (188,254,12).

#bcfe0c hex color red value is 188, green value is 254 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bcfe0c hue: 0.21 , saturation: 0.99 and the lightness value of bcfe0c is 0.52.

The process color (four color CMYK) of #bcfe0c color hex is 0.26, 0.00, 0.95, 0.00. Web safe color of #bcfe0c is #ccff00. Color #bcfe0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 00001100
Octal 274 376 14
Decimal 188 254 12
Hex BC FE C

RGB Percentages of Color #bcfe0c

%41.41
%55.95
%2.64

CMYK Percentages of Color #bcfe0c

%26
%0
%95
%0

Triadic Colors of #bcfe0c

#bcfe0c #0cbcfe #fe0cbc

Analogous Colors of #bcfe0c

#bcfe0c #43fe0c #fec70c

Monochromatic Colors of #bcfe0c

#bcfe0c

Complementary Color

#bcfe0c #4e0cfe

#bcfe0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe0c Color CSS Codes

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

#bcfe0c Text Font Color

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

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


#bcfe0c Background Color

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

This div background color is #bcfe0c


#bcfe0c Border Color

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

This div border color is #bcfe0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe0c


Comments

No comments written yet.

Please login to write comment.