Color Hex Logo

#bcfc2a Color Hex

#BCFC2A
(188,252,42)
0 Favorites   0 Comments

Color spaces of #bcfc2a

RGB 18825242
HSL0.220.970.58
HSV78°83°99°
CMYK 0.250.000.83   0.01
XYZ55.967480.479314.7748
Yxy80.47930.37010.5322
Hunter Lab89.7103-45.632453.0324
CIE-Lab91.8995-45.998983.2595

#bcfc2a color RGB value is (188,252,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 00101010
Octal 274 374 52
Decimal 188 252 42
Hex BC FC 2A

RGB Percentages of Color #bcfc2a

%39.00
%52.28
%8.71

CMYK Percentages of Color #bcfc2a

%25
%0
%83
%1

Triadic Colors of #bcfc2a

#bcfc2a #2abcfc #fc2abc

Analogous Colors of #bcfc2a

#bcfc2a #53fc2a #fcd32a

Monochromatic Colors of #bcfc2a

#bcfc2a

Complementary Color

#bcfc2a #6a2afc

#bcfc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc2a Color CSS Codes

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

#bcfc2a Text Font Color

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

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


#bcfc2a Background Color

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

This div background color is #bcfc2a


#bcfc2a Border Color

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

This div border color is #bcfc2a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,252,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 #bcfc2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc2a


Comments

No comments written yet.

Please login to write comment.