Color Hex Logo

#bbfb3f Color Hex

#BBFB3F
(187,251,63)
0 Favorites   0 Comments

Color spaces of #bbfb3f

RGB 18725163
HSL0.220.960.62
HSV80°75°98°
CMYK 0.250.000.75   0.02
XYZ55.887979.918017.1827
Yxy79.91800.36530.5224
Hunter Lab89.3969-44.852451.1819
CIE-Lab91.6481-45.113677.5213

#bbfb3f color RGB value is (187,251,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 00111111
Octal 273 373 77
Decimal 187 251 63
Hex BB FB 3F

RGB Percentages of Color #bbfb3f

%37.33
%50.10
%12.57

CMYK Percentages of Color #bbfb3f

%25
%0
%75
%2

Triadic Colors of #bbfb3f

#bbfb3f #3fbbfb #fb3fbb

Analogous Colors of #bbfb3f

#bbfb3f #5dfb3f #fbdd3f

Monochromatic Colors of #bbfb3f

#bbfb3f

Complementary Color

#bbfb3f #7f3ffb

#bbfb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfb3f Color CSS Codes

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

#bbfb3f Text Font Color

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

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


#bbfb3f Background Color

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

This div background color is #bbfb3f


#bbfb3f Border Color

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

This div border color is #bbfb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfb3f


Comments

No comments written yet.

Please login to write comment.