Color Hex Logo

#bcfe0f Color Hex

#BCFE0F
(188,254,15)
0 Favorites   0 Comments

Color spaces of #bcfe0f

RGB 18825415
HSL0.210.990.53
HSV77°94°100°
CMYK 0.260.000.94   0.00
XYZ56.267181.609513.2386
Yxy81.60950.37230.5400
Hunter Lab90.3380-46.912654.5479
CIE-Lab92.4022-47.419287.8193

#bcfe0f color RGB value is (188,254,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111110 00001111
Octal 274 376 17
Decimal 188 254 15
Hex BC FE F

RGB Percentages of Color #bcfe0f

%41.14
%55.58
%3.28

CMYK Percentages of Color #bcfe0f

%26
%0
%94
%0

Triadic Colors of #bcfe0f

#bcfe0f #0fbcfe #fe0fbc

Analogous Colors of #bcfe0f

#bcfe0f #45fe0f #fec90f

Monochromatic Colors of #bcfe0f

#bcfe0f

Complementary Color

#bcfe0f #510ffe

#bcfe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfe0f Color CSS Codes

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

#bcfe0f Text Font Color

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

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


#bcfe0f Background Color

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

This div background color is #bcfe0f


#bcfe0f Border Color

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

This div border color is #bcfe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfe0f


Comments

No comments written yet.

Please login to write comment.