Color Hex Logo

#bcfd0d Color Hex

#BCFD0D
(188,253,13)
1 Favorites   0 Comments

Color spaces of #bcfd0d

RGB 18825313
HSL0.210.980.52
HSV76°95°99°
CMYK 0.260.000.95   0.01
XYZ55.937080.971013.0615
Yxy80.97100.37300.5399
Hunter Lab89.9839-46.510254.3826
CIE-Lab92.1188-47.020087.7744

#bcfd0d color RGB value is (188,253,13).

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

The process color (four color CMYK) of #bcfd0d color hex is 0.26, 0.00, 0.95, 0.01. Web safe color of #bcfd0d is #ccff00. Color #bcfd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 00001101
Octal 274 375 15
Decimal 188 253 13
Hex BC FD D

RGB Percentages of Color #bcfd0d

%41.41
%55.73
%2.86

CMYK Percentages of Color #bcfd0d

%26
%0
%95
%1

Triadic Colors of #bcfd0d

#bcfd0d #0dbcfd #fd0dbc

Analogous Colors of #bcfd0d

#bcfd0d #44fd0d #fdc60d

Monochromatic Colors of #bcfd0d

#bcfd0d

Complementary Color

#bcfd0d #4e0dfd

#bcfd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfd0d Color CSS Codes

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

#bcfd0d Text Font Color

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

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


#bcfd0d Background Color

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

This div background color is #bcfd0d


#bcfd0d Border Color

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

This div border color is #bcfd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfd0d


Comments

No comments written yet.

Please login to write comment.