Color Hex Logo

#bbfb1f Color Hex

#BBFB1F
(187,251,31)
0 Favorites   0 Comments

Color spaces of #bbfb1f

RGB 18725131
HSL0.220.960.55
HSV77°88°98°
CMYK 0.250.000.88   0.02
XYZ55.238079.658113.7605
Yxy79.65810.37160.5359
Hunter Lab89.2514-45.715653.3348
CIE-Lab91.5312-46.240185.0324

#bbfb1f color RGB value is (187,251,31).

#bbfb1f hex color red value is 187, green value is 251 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bbfb1f hue: 0.22 , saturation: 0.96 and the lightness value of bbfb1f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 00011111
Octal 273 373 37
Decimal 187 251 31
Hex BB FB 1F

RGB Percentages of Color #bbfb1f

%39.87
%53.52
%6.61

CMYK Percentages of Color #bbfb1f

%25
%0
%88
%2

Triadic Colors of #bbfb1f

#bbfb1f #1fbbfb #fb1fbb

Analogous Colors of #bbfb1f

#bbfb1f #4dfb1f #fbcd1f

Monochromatic Colors of #bbfb1f

#bbfb1f

Complementary Color

#bbfb1f #5f1ffb

#bbfb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb1f Color CSS Codes

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

#bbfb1f Text Font Color

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

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


#bbfb1f Background Color

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

This div background color is #bbfb1f


#bbfb1f Border Color

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

This div border color is #bbfb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb1f


Comments

No comments written yet.

Please login to write comment.