Color Hex Logo

#bcef0b Color Hex

#BCEF0B
(188,239,11)
0 Favorites   0 Comments

Color spaces of #bcef0b

RGB 18823911
HSL0.200.910.49
HSV73°95°94°
CMYK 0.210.000.95   0.06
XYZ51.665972.448511.5775
Yxy72.44850.38080.5339
Hunter Lab85.1167-40.604551.5171
CIE-Lab88.1840-41.008084.8771

#bcef0b color RGB value is (188,239,11).

#bcef0b hex color red value is 188, green value is 239 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bcef0b hue: 0.20 , saturation: 0.91 and the lightness value of bcef0b is 0.49.

The process color (four color CMYK) of #bcef0b color hex is 0.21, 0.00, 0.95, 0.06. Web safe color of #bcef0b is #ccff00. Color #bcef0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 00001011
Octal 274 357 13
Decimal 188 239 11
Hex BC EF B

RGB Percentages of Color #bcef0b

%42.92
%54.57
%2.51

CMYK Percentages of Color #bcef0b

%21
%0
%95
%6

Triadic Colors of #bcef0b

#bcef0b #0bbcef #ef0bbc

Analogous Colors of #bcef0b

#bcef0b #4aef0b #efb00b

Monochromatic Colors of #bcef0b

#bcef0b

Complementary Color

#bcef0b #3e0bef

#bcef0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef0b Color CSS Codes

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

#bcef0b Text Font Color

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

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


#bcef0b Background Color

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

This div background color is #bcef0b


#bcef0b Border Color

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

This div border color is #bcef0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef0b


Comments

No comments written yet.

Please login to write comment.