Color Hex Logo

#bcf63e Color Hex

#BCF63E
(188,246,62)
0 Favorites   0 Comments

Color spaces of #bcf63e

RGB 18824662
HSL0.220.910.60
HSV79°75°96°
CMYK 0.240.000.75   0.04
XYZ54.564376.950716.5346
Yxy76.95070.36860.5198
Hunter Lab87.7215-42.482750.2295
CIE-Lab90.2989-42.631776.5715

#bcf63e color RGB value is (188,246,62).

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

The process color (four color CMYK) of #bcf63e color hex is 0.24, 0.00, 0.75, 0.04. Web safe color of #bcf63e is #ccff33. Color #bcf63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 00111110
Octal 274 366 76
Decimal 188 246 62
Hex BC F6 3E

RGB Percentages of Color #bcf63e

%37.90
%49.60
%12.50

CMYK Percentages of Color #bcf63e

%24
%0
%75
%4

Triadic Colors of #bcf63e

#bcf63e #3ebcf6 #f63ebc

Analogous Colors of #bcf63e

#bcf63e #60f63e #f6d43e

Monochromatic Colors of #bcf63e

#bcf63e

Complementary Color

#bcf63e #783ef6

#bcf63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf63e Color CSS Codes

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

#bcf63e Text Font Color

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

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


#bcf63e Background Color

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

This div background color is #bcf63e


#bcf63e Border Color

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

This div border color is #bcf63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf63e


Comments

No comments written yet.

Please login to write comment.