Color Hex Logo

#bbf08e Color Hex

#BBF08E
(187,240,142)
0 Favorites   0 Comments

Color spaces of #bbf08e

RGB 187240142
HSL0.260.770.75
HSV92°41°94°
CMYK 0.220.000.41   0.06
XYZ56.536174.838037.0566
Yxy74.83800.33570.4443
Hunter Lab86.5090-34.735835.1591
CIE-Lab89.3171-33.453041.9448

#bbf08e color RGB value is (187,240,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 10001110
Octal 273 360 216
Decimal 187 240 142
Hex BB F0 8E

RGB Percentages of Color #bbf08e

%32.86
%42.18
%24.96

CMYK Percentages of Color #bbf08e

%22
%0
%41
%6

Triadic Colors of #bbf08e

#bbf08e #8ebbf0 #f08ebb

Analogous Colors of #bbf08e

#bbf08e #8ef092 #ecf08e

Monochromatic Colors of #bbf08e

#bbf08e

Complementary Color

#bbf08e #c38ef0

#bbf08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf08e Color CSS Codes

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

#bbf08e Text Font Color

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

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


#bbf08e Background Color

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

This div background color is #bbf08e


#bbf08e Border Color

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

This div border color is #bbf08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf08e


Comments

No comments written yet.

Please login to write comment.