Color Hex Logo

#bcf13e Color Hex

#BCF13E
(188,241,62)
0 Favorites   0 Comments

Color spaces of #bcf13e

RGB 18824162
HSL0.220.860.59
HSV78°74°95°
CMYK 0.220.000.74   0.05
XYZ53.063873.949816.0344
Yxy73.94980.37100.5170
Hunter Lab85.9941-40.343849.1407
CIE-Lab88.8988-40.441275.2444

#bcf13e color RGB value is (188,241,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 00111110
Octal 274 361 76
Decimal 188 241 62
Hex BC F1 3E

RGB Percentages of Color #bcf13e

%38.29
%49.08
%12.63

CMYK Percentages of Color #bcf13e

%22
%0
%74
%5

Triadic Colors of #bcf13e

#bcf13e #3ebcf1 #f13ebc

Analogous Colors of #bcf13e

#bcf13e #62f13e #f1cd3e

Monochromatic Colors of #bcf13e

#bcf13e

Complementary Color

#bcf13e #733ef1

#bcf13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf13e Color CSS Codes

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

#bcf13e Text Font Color

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

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


#bcf13e Background Color

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

This div background color is #bcf13e


#bcf13e Border Color

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

This div border color is #bcf13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf13e


Comments

No comments written yet.

Please login to write comment.