Color Hex Logo

#bbf91f Color Hex

#BBF91F
(187,249,31)
0 Favorites   0 Comments

Color spaces of #bbf91f

RGB 18724931
HSL0.210.950.55
HSV77°88°98°
CMYK 0.250.000.88   0.02
XYZ54.616578.415113.5534
Yxy78.41510.37260.5349
Hunter Lab88.5523-44.872952.9120
CIE-Lab90.9690-45.387584.5690

#bbf91f color RGB value is (187,249,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00011111
Octal 273 371 37
Decimal 187 249 31
Hex BB F9 1F

RGB Percentages of Color #bbf91f

%40.04
%53.32
%6.64

CMYK Percentages of Color #bbf91f

%25
%0
%88
%2

Triadic Colors of #bbf91f

#bbf91f #1fbbf9 #f91fbb

Analogous Colors of #bbf91f

#bbf91f #4ef91f #f9ca1f

Monochromatic Colors of #bbf91f

#bbf91f

Complementary Color

#bbf91f #5d1ff9

#bbf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf91f Color CSS Codes

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

#bbf91f Text Font Color

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

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


#bbf91f Background Color

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

This div background color is #bbf91f


#bbf91f Border Color

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

This div border color is #bbf91f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,249,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 #bbf91f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf91f


Comments

No comments written yet.

Please login to write comment.