Color Hex Logo

#bcfe2c Color Hex

#BCFE2C
(188,254,44)
0 Favorites   0 Comments

Color spaces of #bcfe2c

RGB 18825444
HSL0.220.990.58
HSV79°83°100°
CMYK 0.260.000.83   0.00
XYZ56.635581.756815.1785
Yxy81.75680.36880.5324
Hunter Lab90.4195-46.428153.3408
CIE-Lab92.4674-46.785883.3110

#bcfe2c color RGB value is (188,254,44).

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

The process color (four color CMYK) of #bcfe2c color hex is 0.26, 0.00, 0.83, 0.00. Web safe color of #bcfe2c is #ccff33. Color #bcfe2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 00101100
Octal 274 376 54
Decimal 188 254 44
Hex BC FE 2C

RGB Percentages of Color #bcfe2c

%38.68
%52.26
%9.05

CMYK Percentages of Color #bcfe2c

%26
%0
%83
%0

Triadic Colors of #bcfe2c

#bcfe2c #2cbcfe #fe2cbc

Analogous Colors of #bcfe2c

#bcfe2c #53fe2c #fed72c

Monochromatic Colors of #bcfe2c

#bcfe2c

Complementary Color

#bcfe2c #6e2cfe

#bcfe2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe2c Color CSS Codes

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

#bcfe2c Text Font Color

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

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


#bcfe2c Background Color

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

This div background color is #bcfe2c


#bcfe2c Border Color

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

This div border color is #bcfe2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe2c


Comments

No comments written yet.

Please login to write comment.