Color Hex Logo

#bbfc2a Color Hex

#BBFC2A
(187,252,42)
0 Favorites   0 Comments

Color spaces of #bbfc2a

RGB 18725242
HSL0.220.970.58
HSV79°83°99°
CMYK 0.260.000.83   0.01
XYZ55.721880.352814.7633
Yxy80.35280.36940.5327
Hunter Lab89.6397-45.910452.9830
CIE-Lab91.8429-46.369083.1886

#bbfc2a color RGB value is (187,252,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 00101010
Octal 273 374 52
Decimal 187 252 42
Hex BB FC 2A

RGB Percentages of Color #bbfc2a

%38.88
%52.39
%8.73

CMYK Percentages of Color #bbfc2a

%26
%0
%83
%1

Triadic Colors of #bbfc2a

#bbfc2a #2abbfc #fc2abb

Analogous Colors of #bbfc2a

#bbfc2a #52fc2a #fcd42a

Monochromatic Colors of #bbfc2a

#bbfc2a

Complementary Color

#bbfc2a #6b2afc

#bbfc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfc2a Color CSS Codes

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

#bbfc2a Text Font Color

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

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


#bbfc2a Background Color

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

This div background color is #bbfc2a


#bbfc2a Border Color

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

This div border color is #bbfc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfc2a


Comments

No comments written yet.

Please login to write comment.