Color Hex Logo

#bcfe2a Color Hex

#BCFE2A
(188,254,42)
0 Favorites   0 Comments

Color spaces of #bcfe2a

RGB 18825442
HSL0.220.990.58
HSV79°83°100°
CMYK 0.260.000.83   0.00
XYZ56.598881.742214.9852
Yxy81.74220.36910.5331
Hunter Lab90.4114-46.476453.4610
CIE-Lab92.4610-46.848983.7420

#bcfe2a color RGB value is (188,254,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 00101010
Octal 274 376 52
Decimal 188 254 42
Hex BC FE 2A

RGB Percentages of Color #bcfe2a

%38.84
%52.48
%8.68

CMYK Percentages of Color #bcfe2a

%26
%0
%83
%0

Triadic Colors of #bcfe2a

#bcfe2a #2abcfe #fe2abc

Analogous Colors of #bcfe2a

#bcfe2a #52fe2a #fed62a

Monochromatic Colors of #bcfe2a

#bcfe2a

Complementary Color

#bcfe2a #6c2afe

#bcfe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe2a Color CSS Codes

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

#bcfe2a Text Font Color

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

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


#bcfe2a Background Color

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

This div background color is #bcfe2a


#bcfe2a Border Color

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

This div border color is #bcfe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe2a


Comments

No comments written yet.

Please login to write comment.