Color Hex Logo

#bbff05 Color Hex

#BBFF05
(187,255,5)
0 Favorites   0 Comments

Color spaces of #bbff05

RGB 1872555
HSL0.211.000.51
HSV76°98°100°
CMYK 0.270.000.98   0.00
XYZ56.280982.095813.0233
Yxy82.09580.37170.5422
Hunter Lab90.6067-47.685554.9027
CIE-Lab92.6171-48.311188.7299

#bbff05 color RGB value is (187,255,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 00000101
Octal 273 377 5
Decimal 187 255 5
Hex BB FF 5

RGB Percentages of Color #bbff05

%41.83
%57.05
%1.12

CMYK Percentages of Color #bbff05

%27
%0
%98
%0

Triadic Colors of #bbff05

#bbff05 #05bbff #ff05bb

Analogous Colors of #bbff05

#bbff05 #3eff05 #ffc605

Monochromatic Colors of #bbff05

#bbff05

Complementary Color

#bbff05 #4905ff

#bbff05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff05 Color CSS Codes

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

#bbff05 Text Font Color

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

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


#bbff05 Background Color

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

This div background color is #bbff05


#bbff05 Border Color

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

This div border color is #bbff05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff05


Comments

No comments written yet.

Please login to write comment.