Color Hex Logo

#bbfe01 Color Hex

#BBFE01
(187,254,1)
0 Favorites   0 Comments

Color spaces of #bbfe01

RGB 1872541
HSL0.210.990.50
HSV76°100°100°
CMYK 0.260.001.00   0.00
XYZ55.940881.450612.8019
Yxy81.45060.37250.5423
Hunter Lab90.2500-47.295554.7647
CIE-Lab92.3318-47.928888.7996

#bbfe01 color RGB value is (187,254,1).

#bbfe01 hex color red value is 187, green value is 254 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbfe01 hue: 0.21 , saturation: 0.99 and the lightness value of bbfe01 is 0.50.

The process color (four color CMYK) of #bbfe01 color hex is 0.26, 0.00, 1.00, 0.00. Web safe color of #bbfe01 is #ccff00. Color #bbfe01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 00000001
Octal 273 376 1
Decimal 187 254 1
Hex BB FE 1

RGB Percentages of Color #bbfe01

%42.31
%57.47
%0.23

CMYK Percentages of Color #bbfe01

%26
%0
%100
%0

Triadic Colors of #bbfe01

#bbfe01 #01bbfe #fe01bb

Analogous Colors of #bbfe01

#bbfe01 #3cfe01 #fec301

Monochromatic Colors of #bbfe01

#bbfe01

Complementary Color

#bbfe01 #4401fe

#bbfe01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe01 Color CSS Codes

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

#bbfe01 Text Font Color

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

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


#bbfe01 Background Color

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

This div background color is #bbfe01


#bbfe01 Border Color

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

This div border color is #bbfe01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe01

Related Colors


Comments

No comments written yet.

Please login to write comment.