Color Hex Logo

#bbfd01 Color Hex

#BBFD01
(187,253,1)
0 Favorites   0 Comments

Color spaces of #bbfd01

RGB 1872531
HSL0.210.990.50
HSV76°100°99°
CMYK 0.260.001.00   0.01
XYZ55.624380.817512.6964
Yxy80.81750.37300.5419
Hunter Lab89.8986-46.876454.5554
CIE-Lab92.0504-47.507688.5843

#bbfd01 color RGB value is (187,253,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 00000001
Octal 273 375 1
Decimal 187 253 1
Hex BB FD 1

RGB Percentages of Color #bbfd01

%42.40
%57.37
%0.23

CMYK Percentages of Color #bbfd01

%26
%0
%100
%1

Triadic Colors of #bbfd01

#bbfd01 #01bbfd #fd01bb

Analogous Colors of #bbfd01

#bbfd01 #3dfd01 #fdc101

Monochromatic Colors of #bbfd01

#bbfd01

Complementary Color

#bbfd01 #4301fd

#bbfd01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd01 Color CSS Codes

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

#bbfd01 Text Font Color

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

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


#bbfd01 Background Color

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

This div background color is #bbfd01


#bbfd01 Border Color

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

This div border color is #bbfd01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd01


Comments

No comments written yet.

Please login to write comment.