Color Hex Logo

#bcfb0d Color Hex

#BCFB0D
(188,251,13)
0 Favorites   0 Comments

Color spaces of #bcfb0d

RGB 18825113
HSL0.210.970.52
HSV76°95°98°
CMYK 0.250.000.95   0.02
XYZ55.308979.714812.8522
Yxy79.71480.37400.5391
Hunter Lab89.2831-45.668853.9635
CIE-Lab91.5567-46.171687.3351

#bcfb0d color RGB value is (188,251,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111011 00001101
Octal 274 373 15
Decimal 188 251 13
Hex BC FB D

RGB Percentages of Color #bcfb0d

%41.59
%55.53
%2.88

CMYK Percentages of Color #bcfb0d

%25
%0
%95
%2

Triadic Colors of #bcfb0d

#bcfb0d #0dbcfb #fb0dbc

Analogous Colors of #bcfb0d

#bcfb0d #45fb0d #fbc30d

Monochromatic Colors of #bcfb0d

#bcfb0d

Complementary Color

#bcfb0d #4c0dfb

#bcfb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfb0d Color CSS Codes

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

#bcfb0d Text Font Color

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

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


#bcfb0d Background Color

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

This div background color is #bcfb0d


#bcfb0d Border Color

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

This div border color is #bcfb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfb0d

Related Colors


Comments

No comments written yet.

Please login to write comment.