Color Hex Logo

#bbf116 Color Hex

#BBF116
(187,241,22)
0 Favorites   0 Comments

Color spaces of #bbf116

RGB 18724122
HSL0.210.890.52
HSV75°91°95°
CMYK 0.220.000.91   0.05
XYZ52.093673.533312.2068
Yxy73.53330.37790.5335
Hunter Lab85.7516-41.627551.5861
CIE-Lab88.7014-42.115384.0827

#bbf116 color RGB value is (187,241,22).

#bbf116 hex color red value is 187, green value is 241 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bbf116 hue: 0.21 , saturation: 0.89 and the lightness value of bbf116 is 0.52.

The process color (four color CMYK) of #bbf116 color hex is 0.22, 0.00, 0.91, 0.05. Web safe color of #bbf116 is #ccff00. Color #bbf116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110001 00010110
Octal 273 361 26
Decimal 187 241 22
Hex BB F1 16

RGB Percentages of Color #bbf116

%41.56
%53.56
%4.89

CMYK Percentages of Color #bbf116

%22
%0
%91
%5

Triadic Colors of #bbf116

#bbf116 #16bbf1 #f116bb

Analogous Colors of #bbf116

#bbf116 #4ef116 #f1ba16

Monochromatic Colors of #bbf116

#bbf116

Complementary Color

#bbf116 #4c16f1

#bbf116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf116 Color CSS Codes

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

#bbf116 Text Font Color

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

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


#bbf116 Background Color

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

This div background color is #bbf116


#bbf116 Border Color

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

This div border color is #bbf116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf116


Comments

No comments written yet.

Please login to write comment.