Color Hex Logo

#bbfe9e Color Hex

#BBFE9E
(187,254,158)
0 Favorites   0 Comments

Color spaces of #bbfe9e

RGB 187254158
HSL0.280.980.81
HSV102°38°100°
CMYK 0.260.000.38   0.00
XYZ62.106983.917045.2720
Yxy83.91700.32470.4387
Hunter Lab91.6062-39.292034.8231
CIE-Lab93.4144-37.733139.3708

#bbfe9e color RGB value is (187,254,158).

#bbfe9e hex color red value is 187, green value is 254 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bbfe9e hue: 0.28 , saturation: 0.98 and the lightness value of bbfe9e is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 10011110
Octal 273 376 236
Decimal 187 254 158
Hex BB FE 9E

RGB Percentages of Color #bbfe9e

%31.22
%42.40
%26.38

CMYK Percentages of Color #bbfe9e

%26
%0
%38
%0

Triadic Colors of #bbfe9e

#bbfe9e #9ebbfe #fe9ebb

Analogous Colors of #bbfe9e

#bbfe9e #9efeb1 #ebfe9e

Monochromatic Colors of #bbfe9e

#bbfe9e

Complementary Color

#bbfe9e #e19efe

#bbfe9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfe9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfe9e Color CSS Codes

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

#bbfe9e Text Font Color

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

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


#bbfe9e Background Color

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

This div background color is #bbfe9e


#bbfe9e Border Color

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

This div border color is #bbfe9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfe9e


Comments

No comments written yet.

Please login to write comment.