Color Hex Logo

#bbfe1e Color Hex

#BBFE1E
(187,254,30)
0 Favorites   0 Comments

Color spaces of #bbfe1e

RGB 18725430
HSL0.220.990.56
HSV78°88°100°
CMYK 0.260.000.88   0.00
XYZ56.169781.542214.0071
Yxy81.54220.37020.5375
Hunter Lab90.3007-46.994054.0137
CIE-Lab92.3724-47.533185.8867

#bbfe1e color RGB value is (187,254,30).

#bbfe1e hex color red value is 187, green value is 254 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbfe1e hue: 0.22 , saturation: 0.99 and the lightness value of bbfe1e is 0.56.

The process color (four color CMYK) of #bbfe1e color hex is 0.26, 0.00, 0.88, 0.00. Web safe color of #bbfe1e is #ccff33. Color #bbfe1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00011110
Octal 273 376 36
Decimal 187 254 30
Hex BB FE 1E

RGB Percentages of Color #bbfe1e

%39.70
%53.93
%6.37

CMYK Percentages of Color #bbfe1e

%26
%0
%88
%0

Triadic Colors of #bbfe1e

#bbfe1e #1ebbfe #fe1ebb

Analogous Colors of #bbfe1e

#bbfe1e #4bfe1e #fed11e

Monochromatic Colors of #bbfe1e

#bbfe1e

Complementary Color

#bbfe1e #611efe

#bbfe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe1e Color CSS Codes

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

#bbfe1e Text Font Color

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

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


#bbfe1e Background Color

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

This div background color is #bbfe1e


#bbfe1e Border Color

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

This div border color is #bbfe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe1e


Comments

No comments written yet.

Please login to write comment.