Color Hex Logo

#bcff4e Color Hex

#BCFF4E
(188,255,78)
0 Favorites   0 Comments

Color spaces of #bcff4e

RGB 18825578
HSL0.231.000.65
HSV83°69°100°
CMYK 0.260.000.69   0.00
XYZ57.874282.761420.1320
Yxy82.76140.36000.5148
Hunter Lab90.9733-45.647550.5607
CIE-Lab92.9099-45.647773.8367

#bcff4e color RGB value is (188,255,78).

#bcff4e hex color red value is 188, green value is 255 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcff4e hue: 0.23 , saturation: 1.00 and the lightness value of bcff4e is 0.65.

The process color (four color CMYK) of #bcff4e color hex is 0.26, 0.00, 0.69, 0.00. Web safe color of #bcff4e is #ccff66. Color #bcff4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111111 01001110
Octal 274 377 116
Decimal 188 255 78
Hex BC FF 4E

RGB Percentages of Color #bcff4e

%36.08
%48.94
%14.97

CMYK Percentages of Color #bcff4e

%26
%0
%69
%0

Triadic Colors of #bcff4e

#bcff4e #4ebcff #ff4ebc

Analogous Colors of #bcff4e

#bcff4e #64ff4e #ffea4e

Monochromatic Colors of #bcff4e

#bcff4e

Complementary Color

#bcff4e #914eff

#bcff4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcff4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcff4e Color CSS Codes

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

#bcff4e Text Font Color

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

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


#bcff4e Background Color

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

This div background color is #bcff4e


#bcff4e Border Color

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

This div border color is #bcff4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcff4e

Related Colors


Comments

No comments written yet.

Please login to write comment.