Color Hex Logo

#bcf73b Color Hex

#BCF73B
(188,247,59)
0 Favorites   0 Comments

Color spaces of #bcf73b

RGB 18824759
HSL0.220.920.60
HSV79°76°97°
CMYK 0.240.000.76   0.03
XYZ54.789277.528716.2145
Yxy77.52870.36890.5220
Hunter Lab88.0504-43.016950.7170
CIE-Lab90.5644-43.205977.7223

#bcf73b color RGB value is (188,247,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 00111011
Octal 274 367 73
Decimal 188 247 59
Hex BC F7 3B

RGB Percentages of Color #bcf73b

%38.06
%50.00
%11.94

CMYK Percentages of Color #bcf73b

%24
%0
%76
%3

Triadic Colors of #bcf73b

#bcf73b #3bbcf7 #f73bbc

Analogous Colors of #bcf73b

#bcf73b #5ef73b #f7d43b

Monochromatic Colors of #bcf73b

#bcf73b

Complementary Color

#bcf73b #763bf7

#bcf73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf73b Color CSS Codes

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

#bcf73b Text Font Color

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

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


#bcf73b Background Color

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

This div background color is #bcf73b


#bcf73b Border Color

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

This div border color is #bcf73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf73b


Comments

No comments written yet.

Please login to write comment.