Color Hex Logo

#bcfd11 Color Hex

#BCFD11
(188,253,17)
0 Favorites   0 Comments

Color spaces of #bcfd11

RGB 18825317
HSL0.210.980.53
HSV77°93°99°
CMYK 0.260.000.93   0.01
XYZ55.965580.982413.2118
Yxy80.98240.37270.5393
Hunter Lab89.9902-46.472654.2886
CIE-Lab92.1239-46.970787.4063

#bcfd11 color RGB value is (188,253,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 00010001
Octal 274 375 21
Decimal 188 253 17
Hex BC FD 11

RGB Percentages of Color #bcfd11

%41.05
%55.24
%3.71

CMYK Percentages of Color #bcfd11

%26
%0
%93
%1

Triadic Colors of #bcfd11

#bcfd11 #11bcfd #fd11bc

Analogous Colors of #bcfd11

#bcfd11 #46fd11 #fdc811

Monochromatic Colors of #bcfd11

#bcfd11

Complementary Color

#bcfd11 #5211fd

#bcfd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfd11 Color CSS Codes

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

#bcfd11 Text Font Color

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

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


#bcfd11 Background Color

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

This div background color is #bcfd11


#bcfd11 Border Color

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

This div border color is #bcfd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfd11


Comments

No comments written yet.

Please login to write comment.