Color Hex Logo

#bbfa7f Color Hex

#BBFA7F
(187,250,127)
0 Favorites   0 Comments

Color spaces of #bbfa7f

RGB 187250127
HSL0.250.920.74
HSV91°49°98°
CMYK 0.250.000.49   0.02
XYZ58.509980.468332.5268
Yxy80.46830.34120.4692
Hunter Lab89.7041-40.554841.2943
CIE-Lab91.8946-39.725352.3275

#bbfa7f color RGB value is (187,250,127).

#bbfa7f hex color red value is 187, green value is 250 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bbfa7f hue: 0.25 , saturation: 0.92 and the lightness value of bbfa7f is 0.74.

The process color (four color CMYK) of #bbfa7f color hex is 0.25, 0.00, 0.49, 0.02. Web safe color of #bbfa7f is #ccff66. Color #bbfa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 01111111
Octal 273 372 177
Decimal 187 250 127
Hex BB FA 7F

RGB Percentages of Color #bbfa7f

%33.16
%44.33
%22.52

CMYK Percentages of Color #bbfa7f

%25
%0
%49
%2

Triadic Colors of #bbfa7f

#bbfa7f #7fbbfa #fa7fbb

Analogous Colors of #bbfa7f

#bbfa7f #7ffa81 #f9fa7f

Monochromatic Colors of #bbfa7f

#bbfa7f

Complementary Color

#bbfa7f #be7ffa

#bbfa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa7f Color CSS Codes

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

#bbfa7f Text Font Color

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

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


#bbfa7f Background Color

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

This div background color is #bbfa7f


#bbfa7f Border Color

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

This div border color is #bbfa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa7f


Comments

No comments written yet.

Please login to write comment.