Color Hex Logo

#bbfd8d Color Hex

#BBFD8D
(187,253,141)
0 Favorites   0 Comments

Color spaces of #bbfd8d

RGB 187253141
HSL0.260.970.77
HSV95°44°99°
CMYK 0.260.000.44   0.01
XYZ60.426582.738437.9846
Yxy82.73840.33360.4567
Hunter Lab90.9607-40.601038.9133
CIE-Lab92.8998-39.463746.9659

#bbfd8d color RGB value is (187,253,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10001101
Octal 273 375 215
Decimal 187 253 141
Hex BB FD 8D

RGB Percentages of Color #bbfd8d

%32.19
%43.55
%24.27

CMYK Percentages of Color #bbfd8d

%26
%0
%44
%1

Triadic Colors of #bbfd8d

#bbfd8d #8dbbfd #fd8dbb

Analogous Colors of #bbfd8d

#bbfd8d #8dfd97 #f3fd8d

Monochromatic Colors of #bbfd8d

#bbfd8d

Complementary Color

#bbfd8d #cf8dfd

#bbfd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd8d Color CSS Codes

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

#bbfd8d Text Font Color

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

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


#bbfd8d Background Color

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

This div background color is #bbfd8d


#bbfd8d Border Color

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

This div border color is #bbfd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd8d


Comments

No comments written yet.

Please login to write comment.