Color Hex Logo

#bbfd9b Color Hex

#BBFD9B
(187,253,155)
0 Favorites   0 Comments

Color spaces of #bbfd9b

RGB 187253155
HSL0.280.960.80
HSV100°39°99°
CMYK 0.260.000.39   0.01
XYZ61.535283.181943.8228
Yxy83.18190.32640.4412
Hunter Lab91.2041-39.173735.3545
CIE-Lab93.0940-37.687440.4284

#bbfd9b color RGB value is (187,253,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 10011011
Octal 273 375 233
Decimal 187 253 155
Hex BB FD 9B

RGB Percentages of Color #bbfd9b

%31.43
%42.52
%26.05

CMYK Percentages of Color #bbfd9b

%26
%0
%39
%1

Triadic Colors of #bbfd9b

#bbfd9b #9bbbfd #fd9bbb

Analogous Colors of #bbfd9b

#bbfd9b #9bfdac #ecfd9b

Monochromatic Colors of #bbfd9b

#bbfd9b

Complementary Color

#bbfd9b #dd9bfd

#bbfd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfd9b Color CSS Codes

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

#bbfd9b Text Font Color

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

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


#bbfd9b Background Color

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

This div background color is #bbfd9b


#bbfd9b Border Color

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

This div border color is #bbfd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfd9b


Comments

No comments written yet.

Please login to write comment.