Color Hex Logo

#bbf71f Color Hex

#BBF71F
(187,247,31)
0 Favorites   0 Comments

Color spaces of #bbf71f

RGB 18724731
HSL0.210.930.55
HSV77°87°97°
CMYK 0.240.000.87   0.03
XYZ54.001677.185313.3484
Yxy77.18530.37360.5340
Hunter Lab87.8552-44.028652.4903
CIE-Lab90.4068-44.530384.1058

#bbf71f color RGB value is (187,247,31).

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

The process color (four color CMYK) of #bbf71f color hex is 0.24, 0.00, 0.87, 0.03. Web safe color of #bbf71f is #ccff33. Color #bbf71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110111 00011111
Octal 273 367 37
Decimal 187 247 31
Hex BB F7 1F

RGB Percentages of Color #bbf71f

%40.22
%53.12
%6.67

CMYK Percentages of Color #bbf71f

%24
%0
%87
%3

Triadic Colors of #bbf71f

#bbf71f #1fbbf7 #f71fbb

Analogous Colors of #bbf71f

#bbf71f #4ff71f #f7c71f

Monochromatic Colors of #bbf71f

#bbf71f

Complementary Color

#bbf71f #5b1ff7

#bbf71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf71f Color CSS Codes

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

#bbf71f Text Font Color

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

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


#bbf71f Background Color

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

This div background color is #bbf71f


#bbf71f Border Color

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

This div border color is #bbf71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf71f


Comments

No comments written yet.

Please login to write comment.