Color Hex Logo

#bbfd9f Color Hex

#BBFD9F
(187,253,159)
0 Favorites   0 Comments

Color spaces of #bbfd9f

RGB 187253159
HSL0.280.960.81
HSV102°37°99°
CMYK 0.260.000.37   0.01
XYZ61.876883.318645.6217
Yxy83.31860.32430.4366
Hunter Lab91.2790-38.735634.2619
CIE-Lab93.1537-37.145938.5379

#bbfd9f color RGB value is (187,253,159).

#bbfd9f hex color red value is 187, green value is 253 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bbfd9f hue: 0.28 , saturation: 0.96 and the lightness value of bbfd9f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10011111
Octal 273 375 237
Decimal 187 253 159
Hex BB FD 9F

RGB Percentages of Color #bbfd9f

%31.22
%42.24
%26.54

CMYK Percentages of Color #bbfd9f

%26
%0
%37
%1

Triadic Colors of #bbfd9f

#bbfd9f #9fbbfd #fd9fbb

Analogous Colors of #bbfd9f

#bbfd9f #9ffdb2 #eafd9f

Monochromatic Colors of #bbfd9f

#bbfd9f

Complementary Color

#bbfd9f #e19ffd

#bbfd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd9f Color CSS Codes

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

#bbfd9f Text Font Color

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

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


#bbfd9f Background Color

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

This div background color is #bbfd9f


#bbfd9f Border Color

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

This div border color is #bbfd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd9f

Related Colors


Comments

No comments written yet.

Please login to write comment.