Color Hex Logo

#bbff16 Color Hex

#BBFF16
(187,255,22)
0 Favorites   0 Comments

Color spaces of #bbff16

RGB 18725522
HSL0.221.000.54
HSV78°91°100°
CMYK 0.270.000.91   0.00
XYZ56.398382.142713.6417
Yxy82.14270.37060.5398
Hunter Lab90.6326-47.531254.5187
CIE-Lab92.6378-48.108587.2299

#bbff16 color RGB value is (187,255,22).

#bbff16 hex color red value is 187, green value is 255 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bbff16 hue: 0.22 , saturation: 1.00 and the lightness value of bbff16 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 00010110
Octal 273 377 26
Decimal 187 255 22
Hex BB FF 16

RGB Percentages of Color #bbff16

%40.30
%54.96
%4.74

CMYK Percentages of Color #bbff16

%27
%0
%91
%0

Triadic Colors of #bbff16

#bbff16 #16bbff #ff16bb

Analogous Colors of #bbff16

#bbff16 #47ff16 #ffcf16

Monochromatic Colors of #bbff16

#bbff16

Complementary Color

#bbff16 #5a16ff

#bbff16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff16 Color CSS Codes

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

#bbff16 Text Font Color

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

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


#bbff16 Background Color

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

This div background color is #bbff16


#bbff16 Border Color

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

This div border color is #bbff16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff16

Related Colors


Comments

No comments written yet.

Please login to write comment.