Color Hex Logo

#bbfebb Color Hex

#BBFEBB
(187,254,187)
0 Favorites   0 Comments

Color spaces of #bbfebb

RGB 187254187
HSL0.330.970.86
HSV120°26°100°
CMYK 0.260.000.26   0.00
XYZ64.905085.036360.0065
Yxy85.03630.30910.4050
Hunter Lab92.2151-35.740425.9692
CIE-Lab93.8988-33.400325.5062

#bbfebb color RGB value is (187,254,187).

#bbfebb hex color red value is 187, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bbfebb hue: 0.33 , saturation: 0.97 and the lightness value of bbfebb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 10111011
Octal 273 376 273
Decimal 187 254 187
Hex BB FE BB

RGB Percentages of Color #bbfebb

%29.78
%40.45
%29.78

CMYK Percentages of Color #bbfebb

%26
%0
%26
%0

Triadic Colors of #bbfebb

#bbfebb #bbbbfe #febbbb

Analogous Colors of #bbfebb

#bbfebb #bbfedd #ddfebb

Monochromatic Colors of #bbfebb

#bbfebb

Complementary Color

#bbfebb #febbfe

#bbfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfebb Color CSS Codes

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

#bbfebb Text Font Color

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

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


#bbfebb Background Color

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

This div background color is #bbfebb


#bbfebb Border Color

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

This div border color is #bbfebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfebb


Comments

No comments written yet.

Please login to write comment.