Color Hex Logo

#bbfa8d Color Hex

#BBFA8D
(187,250,141)
0 Favorites   0 Comments

Color spaces of #bbfa8d

RGB 187250141
HSL0.260.920.77
HSV95°44°98°
CMYK 0.250.000.44   0.02
XYZ59.486880.859137.6714
Yxy80.85910.33420.4542
Hunter Lab89.9217-39.278138.1065
CIE-Lab92.0690-38.122945.9214

#bbfa8d color RGB value is (187,250,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 10001101
Octal 273 372 215
Decimal 187 250 141
Hex BB FA 8D

RGB Percentages of Color #bbfa8d

%32.35
%43.25
%24.39

CMYK Percentages of Color #bbfa8d

%25
%0
%44
%2

Triadic Colors of #bbfa8d

#bbfa8d #8dbbfa #fa8dbb

Analogous Colors of #bbfa8d

#bbfa8d #8dfa96 #f2fa8d

Monochromatic Colors of #bbfa8d

#bbfa8d

Complementary Color

#bbfa8d #cc8dfa

#bbfa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfa8d Color CSS Codes

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

#bbfa8d Text Font Color

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

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


#bbfa8d Background Color

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

This div background color is #bbfa8d


#bbfa8d Border Color

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

This div border color is #bbfa8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,250,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 #bbfa8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfa8d


Comments

No comments written yet.

Please login to write comment.