Color Hex Logo

#bbfe5a Color Hex

#BBFE5A
(187,254,90)
0 Favorites   0 Comments

Color spaces of #bbfe5a

RGB 18725490
HSL0.230.990.67
HSV85°65°100°
CMYK 0.260.000.65   0.00
XYZ57.780882.186622.4911
Yxy82.18660.35570.5059
Hunter Lab90.6568-44.881148.7505
CIE-Lab92.6572-44.786469.1138

#bbfe5a color RGB value is (187,254,90).

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

The process color (four color CMYK) of #bbfe5a color hex is 0.26, 0.00, 0.65, 0.00. Web safe color of #bbfe5a is #ccff66. Color #bbfe5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 01011010
Octal 273 376 132
Decimal 187 254 90
Hex BB FE 5A

RGB Percentages of Color #bbfe5a

%35.22
%47.83
%16.95

CMYK Percentages of Color #bbfe5a

%26
%0
%65
%0

Triadic Colors of #bbfe5a

#bbfe5a #5abbfe #fe5abb

Analogous Colors of #bbfe5a

#bbfe5a #69fe5a #feef5a

Monochromatic Colors of #bbfe5a

#bbfe5a

Complementary Color

#bbfe5a #9d5afe

#bbfe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe5a Color CSS Codes

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

#bbfe5a Text Font Color

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

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


#bbfe5a Background Color

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

This div background color is #bbfe5a


#bbfe5a Border Color

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

This div border color is #bbfe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe5a


Comments

No comments written yet.

Please login to write comment.