Color Hex Logo

#bbef8f Color Hex

#BBEF8F
(187,239,143)
0 Favorites   0 Comments

Color spaces of #bbef8f

RGB 187239143
HSL0.260.750.75
HSV93°40°94°
CMYK 0.220.000.40   0.06
XYZ56.317974.281037.3560
Yxy74.28100.33530.4423
Hunter Lab86.1864-34.186734.6323
CIE-Lab89.0551-32.865741.1181

#bbef8f color RGB value is (187,239,143).

#bbef8f hex color red value is 187, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bbef8f hue: 0.26 , saturation: 0.75 and the lightness value of bbef8f is 0.75.

The process color (four color CMYK) of #bbef8f color hex is 0.22, 0.00, 0.40, 0.06. Web safe color of #bbef8f is #ccff99. Color #bbef8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10001111
Octal 273 357 217
Decimal 187 239 143
Hex BB EF 8F

RGB Percentages of Color #bbef8f

%32.86
%42.00
%25.13

CMYK Percentages of Color #bbef8f

%22
%0
%40
%6

Triadic Colors of #bbef8f

#bbef8f #8fbbef #ef8fbb

Analogous Colors of #bbef8f

#bbef8f #8fef93 #ebef8f

Monochromatic Colors of #bbef8f

#bbef8f

Complementary Color

#bbef8f #c38fef

#bbef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbef8f Color CSS Codes

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

#bbef8f Text Font Color

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

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


#bbef8f Background Color

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

This div background color is #bbef8f


#bbef8f Border Color

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

This div border color is #bbef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbef8f


Comments

No comments written yet.

Please login to write comment.