Color Hex Logo

#bbfbbf Color Hex

#BBFBBF
(187,251,191)
0 Favorites   0 Comments

Color spaces of #bbfbbf

RGB 187251191
HSL0.340.890.86
HSV124°25°98°
CMYK 0.250.000.24   0.02
XYZ64.394783.320761.9788
Yxy83.32070.30710.3973
Hunter Lab91.2802-33.815323.6385
CIE-Lab93.1547-31.349922.4461

#bbfbbf color RGB value is (187,251,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111011 10111111
Octal 273 373 277
Decimal 187 251 191
Hex BB FB BF

RGB Percentages of Color #bbfbbf

%29.73
%39.90
%30.37

CMYK Percentages of Color #bbfbbf

%25
%0
%24
%2

Triadic Colors of #bbfbbf

#bbfbbf #bfbbfb #fbbfbb

Analogous Colors of #bbfbbf

#bbfbbf #bbfbdf #d7fbbb

Monochromatic Colors of #bbfbbf

#bbfbbf

Complementary Color

#bbfbbf #fbbbf7

#bbfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfbbf Color CSS Codes

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

#bbfbbf Text Font Color

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

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


#bbfbbf Background Color

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

This div background color is #bbfbbf


#bbfbbf Border Color

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

This div border color is #bbfbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfbbf


Comments

No comments written yet.

Please login to write comment.