Color Hex Logo

#bbff0e Color Hex

#BBFF0E
(187,255,14)
0 Favorites   0 Comments

Color spaces of #bbff0e

RGB 18725514
HSL0.211.000.53
HSV77°95°100°
CMYK 0.270.000.95   0.00
XYZ56.332882.116513.2965
Yxy82.11650.37120.5411
Hunter Lab90.6182-47.617254.7330
CIE-Lab92.6263-48.221488.0613

#bbff0e color RGB value is (187,255,14).

#bbff0e hex color red value is 187, green value is 255 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bbff0e hue: 0.21 , saturation: 1.00 and the lightness value of bbff0e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 00001110
Octal 273 377 16
Decimal 187 255 14
Hex BB FF E

RGB Percentages of Color #bbff0e

%41.01
%55.92
%3.07

CMYK Percentages of Color #bbff0e

%27
%0
%95
%0

Triadic Colors of #bbff0e

#bbff0e #0ebbff #ff0ebb

Analogous Colors of #bbff0e

#bbff0e #43ff0e #ffcb0e

Monochromatic Colors of #bbff0e

#bbff0e

Complementary Color

#bbff0e #520eff

#bbff0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff0e Color CSS Codes

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

#bbff0e Text Font Color

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

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


#bbff0e Background Color

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

This div background color is #bbff0e


#bbff0e Border Color

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

This div border color is #bbff0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,255,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbff0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbff0e;
  -webkit-box-shadow: 1px 1px 3px 2px #bbff0e;
  box-shadow:         1px 1px 3px 2px #bbff0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,255,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff0e

Related Colors


Comments

No comments written yet.

Please login to write comment.