Color Hex Logo

#bbf41f Color Hex

#BBF41F
(187,244,31)
0 Favorites   0 Comments

Color spaces of #bbf41f

RGB 18724431
HSL0.210.910.54
HSV76°87°96°
CMYK 0.230.000.87   0.04
XYZ53.091575.365113.0450
Yxy75.36510.37520.5326
Hunter Lab86.8131-42.759251.8599
CIE-Lab89.5637-43.235883.4107

#bbf41f color RGB value is (187,244,31).

#bbf41f hex color red value is 187, green value is 244 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bbf41f hue: 0.21 , saturation: 0.91 and the lightness value of bbf41f is 0.54.

The process color (four color CMYK) of #bbf41f color hex is 0.23, 0.00, 0.87, 0.04. Web safe color of #bbf41f is #ccff33. Color #bbf41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110100 00011111
Octal 273 364 37
Decimal 187 244 31
Hex BB F4 1F

RGB Percentages of Color #bbf41f

%40.48
%52.81
%6.71

CMYK Percentages of Color #bbf41f

%23
%0
%87
%4

Triadic Colors of #bbf41f

#bbf41f #1fbbf4 #f41fbb

Analogous Colors of #bbf41f

#bbf41f #50f41f #f4c31f

Monochromatic Colors of #bbf41f

#bbf41f

Complementary Color

#bbf41f #581ff4

#bbf41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf41f Color CSS Codes

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

#bbf41f Text Font Color

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

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


#bbf41f Background Color

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

This div background color is #bbf41f


#bbf41f Border Color

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

This div border color is #bbf41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf41f


Comments

No comments written yet.

Please login to write comment.