Color Hex Logo

#bbfc11 Color Hex

#BBFC11
(187,252,17)
0 Favorites   0 Comments

Color spaces of #bbfc11

RGB 18725217
HSL0.210.980.53
HSV77°93°99°
CMYK 0.260.000.93   0.01
XYZ55.405180.226113.0953
Yxy80.22610.37250.5394
Hunter Lab89.5690-46.330354.0299
CIE-Lab91.7862-46.918987.1160

#bbfc11 color RGB value is (187,252,17).

#bbfc11 hex color red value is 187, green value is 252 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bbfc11 hue: 0.21 , saturation: 0.98 and the lightness value of bbfc11 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00010001
Octal 273 374 21
Decimal 187 252 17
Hex BB FC 11

RGB Percentages of Color #bbfc11

%41.01
%55.26
%3.73

CMYK Percentages of Color #bbfc11

%26
%0
%93
%1

Triadic Colors of #bbfc11

#bbfc11 #11bbfc #fc11bb

Analogous Colors of #bbfc11

#bbfc11 #46fc11 #fcc811

Monochromatic Colors of #bbfc11

#bbfc11

Complementary Color

#bbfc11 #5211fc

#bbfc11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc11 Color CSS Codes

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

#bbfc11 Text Font Color

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

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


#bbfc11 Background Color

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

This div background color is #bbfc11


#bbfc11 Border Color

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

This div border color is #bbfc11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc11

Related Colors


Comments

No comments written yet.

Please login to write comment.