Color Hex Logo

#bcfb06 Color Hex

#BCFB06
(188,251,6)
0 Favorites   0 Comments

Color spaces of #bcfb06

RGB 1882516
HSL0.210.970.50
HSV75°98°98°
CMYK 0.250.000.98   0.02
XYZ55.269179.698912.6427
Yxy79.69890.37440.5399
Hunter Lab89.2742-45.721754.0955
CIE-Lab91.5496-46.241087.8588

#bcfb06 color RGB value is (188,251,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 00000110
Octal 274 373 6
Decimal 188 251 6
Hex BC FB 6

RGB Percentages of Color #bcfb06

%42.25
%56.40
%1.35

CMYK Percentages of Color #bcfb06

%25
%0
%98
%2

Triadic Colors of #bcfb06

#bcfb06 #06bcfb #fb06bc

Analogous Colors of #bcfb06

#bcfb06 #41fb06 #fbc006

Monochromatic Colors of #bcfb06

#bcfb06

Complementary Color

#bcfb06 #4506fb

#bcfb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb06 Color CSS Codes

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

#bcfb06 Text Font Color

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

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


#bcfb06 Background Color

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

This div background color is #bcfb06


#bcfb06 Border Color

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

This div border color is #bcfb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb06


Comments

No comments written yet.

Please login to write comment.