Color Hex Logo

#bbfa2f Color Hex

#BBFA2F
(187,250,47)
0 Favorites   0 Comments

Color spaces of #bbfa2f

RGB 18725047
HSL0.220.950.58
HSV79°81°98°
CMYK 0.250.000.81   0.02
XYZ55.192279.141215.0562
Yxy79.14120.36950.5298
Hunter Lab88.9613-44.939852.2384
CIE-Lab91.2981-45.350881.5743

#bbfa2f color RGB value is (187,250,47).

#bbfa2f hex color red value is 187, green value is 250 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bbfa2f hue: 0.22 , saturation: 0.95 and the lightness value of bbfa2f is 0.58.

The process color (four color CMYK) of #bbfa2f color hex is 0.25, 0.00, 0.81, 0.02. Web safe color of #bbfa2f is #ccff33. Color #bbfa2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 00101111
Octal 273 372 57
Decimal 187 250 47
Hex BB FA 2F

RGB Percentages of Color #bbfa2f

%38.64
%51.65
%9.71

CMYK Percentages of Color #bbfa2f

%25
%0
%81
%2

Triadic Colors of #bbfa2f

#bbfa2f #2fbbfa #fa2fbb

Analogous Colors of #bbfa2f

#bbfa2f #56fa2f #fad42f

Monochromatic Colors of #bbfa2f

#bbfa2f

Complementary Color

#bbfa2f #6e2ffa

#bbfa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa2f Color CSS Codes

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

#bbfa2f Text Font Color

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

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


#bbfa2f Background Color

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

This div background color is #bbfa2f


#bbfa2f Border Color

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

This div border color is #bbfa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa2f


Comments

No comments written yet.

Please login to write comment.