Color Hex Logo

#bcfc2d Color Hex

#BCFC2D
(188,252,45)
0 Favorites   0 Comments

Color spaces of #bcfc2d

RGB 18825245
HSL0.220.970.58
HSV79°82°99°
CMYK 0.250.000.82   0.01
XYZ56.023180.501615.0683
Yxy80.50160.36960.5310
Hunter Lab89.7227-45.558852.8485
CIE-Lab91.9095-45.902982.6006

#bcfc2d color RGB value is (188,252,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111100 00101101
Octal 274 374 55
Decimal 188 252 45
Hex BC FC 2D

RGB Percentages of Color #bcfc2d

%38.76
%51.96
%9.28

CMYK Percentages of Color #bcfc2d

%25
%0
%82
%1

Triadic Colors of #bcfc2d

#bcfc2d #2dbcfc #fc2dbc

Analogous Colors of #bcfc2d

#bcfc2d #55fc2d #fcd52d

Monochromatic Colors of #bcfc2d

#bcfc2d

Complementary Color

#bcfc2d #6d2dfc

#bcfc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfc2d Color CSS Codes

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

#bcfc2d Text Font Color

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

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


#bcfc2d Background Color

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

This div background color is #bcfc2d


#bcfc2d Border Color

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

This div border color is #bcfc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfc2d

Related Colors


Comments

No comments written yet.

Please login to write comment.