Color Hex Logo

#bcfb03 Color Hex

#BCFB03
(188,251,3)
0 Favorites   0 Comments

Color spaces of #bcfb03

RGB 1882513
HSL0.210.980.50
HSV75°99°98°
CMYK 0.250.000.99   0.02
XYZ55.252779.692312.5562
Yxy79.69230.37460.5403
Hunter Lab89.2705-45.743554.1500
CIE-Lab91.5466-46.269488.0767

#bcfb03 color RGB value is (188,251,3).

#bcfb03 hex color red value is 188, green value is 251 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bcfb03 hue: 0.21 , saturation: 0.98 and the lightness value of bcfb03 is 0.50.

The process color (four color CMYK) of #bcfb03 color hex is 0.25, 0.00, 0.99, 0.02. Web safe color of #bcfb03 is #ccff00. Color #bcfb03 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 00000011
Octal 274 373 3
Decimal 188 251 3
Hex BC FB 3

RGB Percentages of Color #bcfb03

%42.53
%56.79
%0.68

CMYK Percentages of Color #bcfb03

%25
%0
%99
%2

Triadic Colors of #bcfb03

#bcfb03 #03bcfb #fb03bc

Analogous Colors of #bcfb03

#bcfb03 #40fb03 #fbbe03

Monochromatic Colors of #bcfb03

#bcfb03

Complementary Color

#bcfb03 #4203fb

#bcfb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb03 Color CSS Codes

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

#bcfb03 Text Font Color

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

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


#bcfb03 Background Color

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

This div background color is #bcfb03


#bcfb03 Border Color

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

This div border color is #bcfb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb03


Comments

No comments written yet.

Please login to write comment.