Color Hex Logo

#bbf93b Color Hex

#BBF93B
(187,249,59)
0 Favorites   0 Comments

Color spaces of #bbf93b

RGB 18724959
HSL0.220.940.60
HSV80°76°98°
CMYK 0.250.000.76   0.02
XYZ55.158678.631916.4080
Yxy78.63190.36720.5235
Hunter Lab88.6746-44.147651.1015
CIE-Lab91.0675-44.441278.1696

#bbf93b color RGB value is (187,249,59).

#bbf93b hex color red value is 187, green value is 249 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bbf93b hue: 0.22 , saturation: 0.94 and the lightness value of bbf93b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00111011
Octal 273 371 73
Decimal 187 249 59
Hex BB F9 3B

RGB Percentages of Color #bbf93b

%37.78
%50.30
%11.92

CMYK Percentages of Color #bbf93b

%25
%0
%76
%2

Triadic Colors of #bbf93b

#bbf93b #3bbbf9 #f93bbb

Analogous Colors of #bbf93b

#bbf93b #5cf93b #f9d83b

Monochromatic Colors of #bbf93b

#bbf93b

Complementary Color

#bbf93b #793bf9

#bbf93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf93b Color CSS Codes

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

#bbf93b Text Font Color

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

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


#bbf93b Background Color

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

This div background color is #bbf93b


#bbf93b Border Color

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

This div border color is #bbf93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf93b


Comments

No comments written yet.

Please login to write comment.