Color Hex Logo

#bbf02a Color Hex

#BBF02A
(187,240,42)
0 Favorites   0 Comments

Color spaces of #bbf02a

RGB 18724042
HSL0.210.870.55
HSV76°83°94°
CMYK 0.220.000.83   0.06
XYZ52.071573.052113.5465
Yxy73.05210.37550.5268
Hunter Lab85.4705-40.825250.4323
CIE-Lab88.4726-41.186680.2818

#bbf02a color RGB value is (187,240,42).

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

The process color (four color CMYK) of #bbf02a color hex is 0.22, 0.00, 0.83, 0.06. Web safe color of #bbf02a is #ccff33. Color #bbf02a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 00101010
Octal 273 360 52
Decimal 187 240 42
Hex BB F0 2A

RGB Percentages of Color #bbf02a

%39.87
%51.17
%8.96

CMYK Percentages of Color #bbf02a

%22
%0
%83
%6

Triadic Colors of #bbf02a

#bbf02a #2abbf0 #f02abb

Analogous Colors of #bbf02a

#bbf02a #58f02a #f0c22a

Monochromatic Colors of #bbf02a

#bbf02a

Complementary Color

#bbf02a #5f2af0

#bbf02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf02a Color CSS Codes

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

#bbf02a Text Font Color

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

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


#bbf02a Background Color

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

This div background color is #bbf02a


#bbf02a Border Color

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

This div border color is #bbf02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf02a


Comments

No comments written yet.

Please login to write comment.