Color Hex Logo

#bcf04e Color Hex

#BCF04E
(188,240,78)
0 Favorites   0 Comments

Color spaces of #bcf04e

RGB 18824078
HSL0.220.840.62
HSV79°68°94°
CMYK 0.220.000.68   0.06
XYZ53.274373.561618.5987
Yxy73.56160.36630.5058
Hunter Lab85.7681-39.219947.1807
CIE-Lab88.7149-39.104969.5733

#bcf04e color RGB value is (188,240,78).

#bcf04e hex color red value is 188, green value is 240 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcf04e hue: 0.22 , saturation: 0.84 and the lightness value of bcf04e is 0.62.

The process color (four color CMYK) of #bcf04e color hex is 0.22, 0.00, 0.68, 0.06. Web safe color of #bcf04e is #ccff66. Color #bcf04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01001110
Octal 274 360 116
Decimal 188 240 78
Hex BC F0 4E

RGB Percentages of Color #bcf04e

%37.15
%47.43
%15.42

CMYK Percentages of Color #bcf04e

%22
%0
%68
%6

Triadic Colors of #bcf04e

#bcf04e #4ebcf0 #f04ebc

Analogous Colors of #bcf04e

#bcf04e #6bf04e #f0d34e

Monochromatic Colors of #bcf04e

#bcf04e

Complementary Color

#bcf04e #824ef0

#bcf04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf04e Color CSS Codes

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

#bcf04e Text Font Color

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

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


#bcf04e Background Color

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

This div background color is #bcf04e


#bcf04e Border Color

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

This div border color is #bcf04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf04e


Comments

No comments written yet.

Please login to write comment.