Color Hex Logo

#bbfb2a Color Hex

#BBFB2A
(187,251,42)
0 Favorites   0 Comments

Color spaces of #bbfb2a

RGB 18725142
HSL0.220.960.57
HSV78°83°98°
CMYK 0.250.000.83   0.02
XYZ55.408679.726314.6589
Yxy79.72630.36990.5322
Hunter Lab89.2896-45.488752.7689
CIE-Lab91.5619-45.943382.9469

#bbfb2a color RGB value is (187,251,42).

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

The process color (four color CMYK) of #bbfb2a color hex is 0.25, 0.00, 0.83, 0.02. Web safe color of #bbfb2a is #ccff33. Color #bbfb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 00101010
Octal 273 373 52
Decimal 187 251 42
Hex BB FB 2A

RGB Percentages of Color #bbfb2a

%38.96
%52.29
%8.75

CMYK Percentages of Color #bbfb2a

%25
%0
%83
%2

Triadic Colors of #bbfb2a

#bbfb2a #2abbfb #fb2abb

Analogous Colors of #bbfb2a

#bbfb2a #52fb2a #fbd32a

Monochromatic Colors of #bbfb2a

#bbfb2a

Complementary Color

#bbfb2a #6a2afb

#bbfb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb2a Color CSS Codes

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

#bbfb2a Text Font Color

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

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


#bbfb2a Background Color

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

This div background color is #bbfb2a


#bbfb2a Border Color

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

This div border color is #bbfb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb2a

Related Colors


Comments

No comments written yet.

Please login to write comment.