Color Hex Logo

#bcf000 Color Hex

#BCF000
(188,240,0)
0 Favorites   0 Comments

Color spaces of #bcf000

RGB 1882400
HSL0.201.000.47
HSV73°100°94°
CMYK 0.220.001.00   0.06
XYZ51.899173.011511.3573
Yxy73.01150.38090.5358
Hunter Lab85.4468-41.113651.9321
CIE-Lab88.4532-41.555285.9458

#bcf000 color RGB value is (188,240,0).

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

The process color (four color CMYK) of #bcf000 color hex is 0.22, 0.00, 1.00, 0.06. Web safe color of #bcf000 is #ccff00. Color #bcf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 00000000
Octal 274 360 0
Decimal 188 240 0
Hex BC F0 0

RGB Percentages of Color #bcf000

%43.93
%56.07
%0.00

CMYK Percentages of Color #bcf000

%22
%0
%100
%6

Triadic Colors of #bcf000

#bcf000 #00bcf0 #f000bc

Analogous Colors of #bcf000

#bcf000 #44f000 #f0ac00

Monochromatic Colors of #bcf000

#bcf000

Complementary Color

#bcf000 #3400f0

#bcf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf000 Color CSS Codes

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

#bcf000 Text Font Color

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

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


#bcf000 Background Color

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

This div background color is #bcf000


#bcf000 Border Color

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

This div border color is #bcf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf000


Comments

No comments written yet.

Please login to write comment.