Color Hex Logo

#bcf03e Color Hex

#BCF03E
(188,240,62)
0 Favorites   0 Comments

Color spaces of #bcf03e

RGB 18824062
HSL0.220.860.59
HSV78°74°94°
CMYK 0.220.000.74   0.06
XYZ52.768673.359315.9360
Yxy73.35930.37140.5164
Hunter Lab85.6500-39.914548.9236
CIE-Lab88.6188-39.999374.9783

#bcf03e color RGB value is (188,240,62).

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

The process color (four color CMYK) of #bcf03e color hex is 0.22, 0.00, 0.74, 0.06. Web safe color of #bcf03e is #ccff33. Color #bcf03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00111110
Octal 274 360 76
Decimal 188 240 62
Hex BC F0 3E

RGB Percentages of Color #bcf03e

%38.37
%48.98
%12.65

CMYK Percentages of Color #bcf03e

%22
%0
%74
%6

Triadic Colors of #bcf03e

#bcf03e #3ebcf0 #f03ebc

Analogous Colors of #bcf03e

#bcf03e #63f03e #f0cb3e

Monochromatic Colors of #bcf03e

#bcf03e

Complementary Color

#bcf03e #723ef0

#bcf03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf03e Color CSS Codes

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

#bcf03e Text Font Color

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

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


#bcf03e Background Color

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

This div background color is #bcf03e


#bcf03e Border Color

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

This div border color is #bcf03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf03e


Comments

No comments written yet.

Please login to write comment.