Color Hex Logo

#bbfc1a Color Hex

#BBFC1A
(187,252,26)
0 Favorites   0 Comments

Color spaces of #bbfc1a

RGB 18725226
HSL0.210.970.55
HSV77°90°99°
CMYK 0.260.000.90   0.01
XYZ55.490480.260213.5444
Yxy80.26020.37170.5376
Hunter Lab89.5881-46.217153.7479
CIE-Lab91.8015-46.770486.0265

#bbfc1a color RGB value is (187,252,26).

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

The process color (four color CMYK) of #bbfc1a color hex is 0.26, 0.00, 0.90, 0.01. Web safe color of #bbfc1a is #ccff33. Color #bbfc1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00011010
Octal 273 374 32
Decimal 187 252 26
Hex BB FC 1A

RGB Percentages of Color #bbfc1a

%40.22
%54.19
%5.59

CMYK Percentages of Color #bbfc1a

%26
%0
%90
%1

Triadic Colors of #bbfc1a

#bbfc1a #1abbfc #fc1abb

Analogous Colors of #bbfc1a

#bbfc1a #4afc1a #fccc1a

Monochromatic Colors of #bbfc1a

#bbfc1a

Complementary Color

#bbfc1a #5b1afc

#bbfc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc1a Color CSS Codes

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

#bbfc1a Text Font Color

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

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


#bbfc1a Background Color

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

This div background color is #bbfc1a


#bbfc1a Border Color

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

This div border color is #bbfc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc1a

Related Colors


Comments

No comments written yet.

Please login to write comment.