Color Hex Logo

#bcf83b Color Hex

#BCF83B
(188,248,59)
0 Favorites   0 Comments

Color spaces of #bcf83b

RGB 18824859
HSL0.220.930.60
HSV79°76°97°
CMYK 0.240.000.76   0.03
XYZ55.095978.141916.3167
Yxy78.14190.36840.5225
Hunter Lab88.3979-43.442450.9346
CIE-Lab90.8446-43.638777.9832

#bcf83b color RGB value is (188,248,59).

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

The process color (four color CMYK) of #bcf83b color hex is 0.24, 0.00, 0.76, 0.03. Web safe color of #bcf83b is #ccff33. Color #bcf83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00111011
Octal 274 370 73
Decimal 188 248 59
Hex BC F8 3B

RGB Percentages of Color #bcf83b

%37.98
%50.10
%11.92

CMYK Percentages of Color #bcf83b

%24
%0
%76
%3

Triadic Colors of #bcf83b

#bcf83b #3bbcf8 #f83bbc

Analogous Colors of #bcf83b

#bcf83b #5df83b #f8d63b

Monochromatic Colors of #bcf83b

#bcf83b

Complementary Color

#bcf83b #773bf8

#bcf83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf83b Color CSS Codes

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

#bcf83b Text Font Color

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

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


#bcf83b Background Color

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

This div background color is #bcf83b


#bcf83b Border Color

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

This div border color is #bcf83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf83b


Comments

No comments written yet.

Please login to write comment.