Color Hex Logo

#bbff6f Color Hex

#BBFF6F
(187,255,111)
0 Favorites   0 Comments

Color spaces of #bbff6f

RGB 187255111
HSL0.251.000.72
HSV88°56°100°
CMYK 0.270.000.56   0.00
XYZ59.122883.232527.9883
Yxy83.23250.34710.4886
Hunter Lab91.2318-43.978845.6732
CIE-Lab93.1161-43.510760.9659

#bbff6f color RGB value is (187,255,111).

#bbff6f hex color red value is 187, green value is 255 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bbff6f hue: 0.25 , saturation: 1.00 and the lightness value of bbff6f is 0.72.

The process color (four color CMYK) of #bbff6f color hex is 0.27, 0.00, 0.56, 0.00. Web safe color of #bbff6f is #ccff66. Color #bbff6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 01101111
Octal 273 377 157
Decimal 187 255 111
Hex BB FF 6F

RGB Percentages of Color #bbff6f

%33.82
%46.11
%20.07

CMYK Percentages of Color #bbff6f

%27
%0
%56
%0

Triadic Colors of #bbff6f

#bbff6f #6fbbff #ff6fbb

Analogous Colors of #bbff6f

#bbff6f #73ff6f #fffb6f

Monochromatic Colors of #bbff6f

#bbff6f

Complementary Color

#bbff6f #b36fff

#bbff6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbff6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbff6f Color CSS Codes

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

#bbff6f Text Font Color

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

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


#bbff6f Background Color

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

This div background color is #bbff6f


#bbff6f Border Color

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

This div border color is #bbff6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbff6f


Comments

No comments written yet.

Please login to write comment.