Color Hex Logo

#bbf80b Color Hex

#BBF80B
(187,248,11)
0 Favorites   0 Comments

Color spaces of #bbf80b

RGB 18724811
HSL0.210.940.51
HSV75°96°97°
CMYK 0.250.000.96   0.03
XYZ54.121377.723812.4663
Yxy77.72380.37500.5386
Hunter Lab88.1611-44.702453.3290
CIE-Lab90.6537-45.288786.7701

#bbf80b color RGB value is (187,248,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111000 00001011
Octal 273 370 13
Decimal 187 248 11
Hex BB F8 B

RGB Percentages of Color #bbf80b

%41.93
%55.61
%2.47

CMYK Percentages of Color #bbf80b

%25
%0
%96
%3

Triadic Colors of #bbf80b

#bbf80b #0bbbf8 #f80bbb

Analogous Colors of #bbf80b

#bbf80b #45f80b #f8bf0b

Monochromatic Colors of #bbf80b

#bbf80b

Complementary Color

#bbf80b #480bf8

#bbf80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf80b Color CSS Codes

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

#bbf80b Text Font Color

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

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


#bbf80b Background Color

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

This div background color is #bbf80b


#bbf80b Border Color

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

This div border color is #bbf80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf80b


Comments

No comments written yet.

Please login to write comment.