Color Hex Logo

#bbffbf Color Hex

#BBFFBF
(187,255,191)
1 Favorites   0 Comments

Color spaces of #bbffbf

RGB 187255191
HSL0.341.000.87
HSV124°27°100°
CMYK 0.270.000.25   0.00
XYZ65.657585.846462.3997
Yxy85.84640.30690.4013
Hunter Lab92.6533-35.651824.9270
CIE-Lab94.2466-33.204723.9545

#bbffbf color RGB value is (187,255,191).

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

The process color (four color CMYK) of #bbffbf color hex is 0.27, 0.00, 0.25, 0.00. Web safe color of #bbffbf is #ccffcc. Color #bbffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10111111
Octal 273 377 277
Decimal 187 255 191
Hex BB FF BF

RGB Percentages of Color #bbffbf

%29.54
%40.28
%30.17

CMYK Percentages of Color #bbffbf

%27
%0
%25
%0

Triadic Colors of #bbffbf

#bbffbf #bfbbff #ffbfbb

Analogous Colors of #bbffbf

#bbffbf #bbffe1 #d9ffbb

Monochromatic Colors of #bbffbf

#bbffbf

Complementary Color

#bbffbf #ffbbfb

#bbffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffbf Color CSS Codes

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

#bbffbf Text Font Color

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

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


#bbffbf Background Color

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

This div background color is #bbffbf


#bbffbf Border Color

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

This div border color is #bbffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffbf


Comments

No comments written yet.

Please login to write comment.