Color Hex Logo

#bbfe3e Color Hex

#BBFE3E
(187,254,62)
0 Favorites   0 Comments

Color spaces of #bbfe3e

RGB 18725462
HSL0.220.990.62
HSV81°76°100°
CMYK 0.260.000.76   0.00
XYZ56.804881.796217.3517
Yxy81.79620.36420.5245
Hunter Lab90.4413-46.159051.9337
CIE-Lab92.4848-46.442178.6109

#bbfe3e color RGB value is (187,254,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00111110
Octal 273 376 76
Decimal 187 254 62
Hex BB FE 3E

RGB Percentages of Color #bbfe3e

%37.18
%50.50
%12.33

CMYK Percentages of Color #bbfe3e

%26
%0
%76
%0

Triadic Colors of #bbfe3e

#bbfe3e #3ebbfe #fe3ebb

Analogous Colors of #bbfe3e

#bbfe3e #5bfe3e #fee13e

Monochromatic Colors of #bbfe3e

#bbfe3e

Complementary Color

#bbfe3e #813efe

#bbfe3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe3e Color CSS Codes

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

#bbfe3e Text Font Color

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

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


#bbfe3e Background Color

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

This div background color is #bbfe3e


#bbfe3e Border Color

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

This div border color is #bbfe3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe3e

Related Colors


Comments

No comments written yet.

Please login to write comment.