Color Hex Logo

#bbf98d Color Hex

#BBF98D
(187,249,141)
0 Favorites   0 Comments

Color spaces of #bbf98d

RGB 187249141
HSL0.260.900.76
HSV94°43°98°
CMYK 0.250.000.43   0.02
XYZ59.176980.239237.5681
Yxy80.23920.33440.4534
Hunter Lab89.5763-38.836037.8374
CIE-Lab91.7921-37.673445.5725

#bbf98d color RGB value is (187,249,141).

#bbf98d hex color red value is 187, green value is 249 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bbf98d hue: 0.26 , saturation: 0.90 and the lightness value of bbf98d is 0.76.

The process color (four color CMYK) of #bbf98d color hex is 0.25, 0.00, 0.43, 0.02. Web safe color of #bbf98d is #ccff99. Color #bbf98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111001 10001101
Octal 273 371 215
Decimal 187 249 141
Hex BB F9 8D

RGB Percentages of Color #bbf98d

%32.41
%43.15
%24.44

CMYK Percentages of Color #bbf98d

%25
%0
%43
%2

Triadic Colors of #bbf98d

#bbf98d #8dbbf9 #f98dbb

Analogous Colors of #bbf98d

#bbf98d #8df995 #f1f98d

Monochromatic Colors of #bbf98d

#bbf98d

Complementary Color

#bbf98d #cb8df9

#bbf98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf98d Color CSS Codes

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

#bbf98d Text Font Color

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

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


#bbf98d Background Color

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

This div background color is #bbf98d


#bbf98d Border Color

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

This div border color is #bbf98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf98d


Comments

No comments written yet.

Please login to write comment.