Color Hex Logo

#bbf31f Color Hex

#BBF31F
(187,243,31)
0 Favorites   0 Comments

Color spaces of #bbf31f

RGB 18724331
HSL0.210.900.54
HSV76°87°95°
CMYK 0.230.000.87   0.05
XYZ52.791474.764912.9450
Yxy74.76490.37570.5321
Hunter Lab86.4667-42.335351.6503
CIE-Lab89.2828-42.802083.1789

#bbf31f color RGB value is (187,243,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110011 00011111
Octal 273 363 37
Decimal 187 243 31
Hex BB F3 1F

RGB Percentages of Color #bbf31f

%40.56
%52.71
%6.72

CMYK Percentages of Color #bbf31f

%23
%0
%87
%5

Triadic Colors of #bbf31f

#bbf31f #1fbbf3 #f31fbb

Analogous Colors of #bbf31f

#bbf31f #51f31f #f3c11f

Monochromatic Colors of #bbf31f

#bbf31f

Complementary Color

#bbf31f #571ff3

#bbf31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf31f Color CSS Codes

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

#bbf31f Text Font Color

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

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


#bbf31f Background Color

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

This div background color is #bbf31f


#bbf31f Border Color

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

This div border color is #bbf31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf31f

#bbf31f Color Palettes


Comments

No comments written yet.

Please login to write comment.