Color Hex Logo

#bcf600 Color Hex

#BCF600
(188,246,0)
0 Favorites   0 Comments

Color spaces of #bcf600

RGB 1882460
HSL0.211.000.48
HSV74°100°96°
CMYK 0.240.001.00   0.04
XYZ53.694876.602911.9558
Yxy76.60290.37750.5385
Hunter Lab87.5231-43.656953.1670
CIE-Lab90.1385-44.159587.2260

#bcf600 color RGB value is (188,246,0).

#bcf600 hex color red value is 188, green value is 246 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bcf600 hue: 0.21 , saturation: 1.00 and the lightness value of bcf600 is 0.48.

The process color (four color CMYK) of #bcf600 color hex is 0.24, 0.00, 1.00, 0.04. Web safe color of #bcf600 is #ccff00. Color #bcf600 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 00000000
Octal 274 366 0
Decimal 188 246 0
Hex BC F6 0

RGB Percentages of Color #bcf600

%43.32
%56.68
%0.00

CMYK Percentages of Color #bcf600

%24
%0
%100
%4

Triadic Colors of #bcf600

#bcf600 #00bcf6 #f600bc

Analogous Colors of #bcf600

#bcf600 #41f600 #f6b500

Monochromatic Colors of #bcf600

#bcf600

Complementary Color

#bcf600 #3a00f6

#bcf600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf600 Color CSS Codes

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

#bcf600 Text Font Color

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

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


#bcf600 Background Color

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

This div background color is #bcf600


#bcf600 Border Color

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

This div border color is #bcf600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf600


Comments

No comments written yet.

Please login to write comment.