Color Hex Logo

#bcf80b Color Hex

#BCF80B
(188,248,11)
0 Favorites   0 Comments

Color spaces of #bcf80b

RGB 18824811
HSL0.210.940.51
HSV75°96°97°
CMYK 0.240.000.96   0.03
XYZ54.366877.850312.4778
Yxy77.85030.37570.5380
Hunter Lab88.2328-44.420353.3782
CIE-Lab90.7115-44.912386.8399

#bcf80b color RGB value is (188,248,11).

#bcf80b hex color red value is 188, green value is 248 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bcf80b hue: 0.21 , saturation: 0.94 and the lightness value of bcf80b is 0.51.

The process color (four color CMYK) of #bcf80b color hex is 0.24, 0.00, 0.96, 0.03. Web safe color of #bcf80b is #ccff00. Color #bcf80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111000 00001011
Octal 274 370 13
Decimal 188 248 11
Hex BC F8 B

RGB Percentages of Color #bcf80b

%42.06
%55.48
%2.46

CMYK Percentages of Color #bcf80b

%24
%0
%96
%3

Triadic Colors of #bcf80b

#bcf80b #0bbcf8 #f80bbc

Analogous Colors of #bcf80b

#bcf80b #46f80b #f8be0b

Monochromatic Colors of #bcf80b

#bcf80b

Complementary Color

#bcf80b #470bf8

#bcf80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf80b Color CSS Codes

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

#bcf80b Text Font Color

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

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


#bcf80b Background Color

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

This div background color is #bcf80b


#bcf80b Border Color

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

This div border color is #bcf80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf80b


Comments

No comments written yet.

Please login to write comment.