Color Hex Logo

#bbfbba Color Hex

#BBFBBA
(187,251,186)
0 Favorites   0 Comments

Color spaces of #bbfbba

RGB 187251186
HSL0.330.890.86
HSV119°26°98°
CMYK 0.250.000.26   0.02
XYZ63.853683.104359.1297
Yxy83.10430.30980.4032
Hunter Lab91.1616-34.503425.3561
CIE-Lab93.0601-32.175824.8628

#bbfbba color RGB value is (187,251,186).

#bbfbba hex color red value is 187, green value is 251 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bbfbba hue: 0.33 , saturation: 0.89 and the lightness value of bbfbba is 0.86.

The process color (four color CMYK) of #bbfbba color hex is 0.25, 0.00, 0.26, 0.02. Web safe color of #bbfbba is #ccffcc. Color #bbfbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10111010
Octal 273 373 272
Decimal 187 251 186
Hex BB FB BA

RGB Percentages of Color #bbfbba

%29.97
%40.22
%29.81

CMYK Percentages of Color #bbfbba

%25
%0
%26
%2

Triadic Colors of #bbfbba

#bbfbba #babbfb #fbbabb

Analogous Colors of #bbfbba

#bbfbba #bafbda #dcfbba

Monochromatic Colors of #bbfbba

#bbfbba

Complementary Color

#bbfbba #fabafb

#bbfbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbba Color CSS Codes

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

#bbfbba Text Font Color

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

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


#bbfbba Background Color

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

This div background color is #bbfbba


#bbfbba Border Color

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

This div border color is #bbfbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbba


Comments

No comments written yet.

Please login to write comment.