Color Hex Logo

#bbf90b Color Hex

#BBF90B
(187,249,11)
0 Favorites   0 Comments

Color spaces of #bbf90b

RGB 18724911
HSL0.210.950.51
HSV76°96°98°
CMYK 0.250.000.96   0.02
XYZ54.429678.340312.5691
Yxy78.34030.37450.5390
Hunter Lab88.5101-45.123353.5374
CIE-Lab90.9350-45.715586.9888

#bbf90b color RGB value is (187,249,11).

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

The process color (four color CMYK) of #bbf90b color hex is 0.25, 0.00, 0.96, 0.02. Web safe color of #bbf90b is #ccff00. Color #bbf90b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 00001011
Octal 273 371 13
Decimal 187 249 11
Hex BB F9 B

RGB Percentages of Color #bbf90b

%41.83
%55.70
%2.46

CMYK Percentages of Color #bbf90b

%25
%0
%96
%2

Triadic Colors of #bbf90b

#bbf90b #0bbbf9 #f90bbb

Analogous Colors of #bbf90b

#bbf90b #44f90b #f9c00b

Monochromatic Colors of #bbf90b

#bbf90b

Complementary Color

#bbf90b #490bf9

#bbf90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf90b Color CSS Codes

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

#bbf90b Text Font Color

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

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


#bbf90b Background Color

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

This div background color is #bbf90b


#bbf90b Border Color

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

This div border color is #bbf90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf90b


Comments

No comments written yet.

Please login to write comment.