Color Hex Logo

#b9fbbf Color Hex

#B9FBBF
(185,251,191)
0 Favorites   0 Comments

Color spaces of #b9fbbf

RGB 185251191
HSL0.350.890.85
HSV125°26°98°
CMYK 0.260.000.24   0.02
XYZ63.908783.070261.9560
Yxy83.07020.30590.3976
Hunter Lab91.1429-34.337123.4966
CIE-Lab93.0452-31.985522.2776

#b9fbbf color RGB value is (185,251,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111011 10111111
Octal 271 373 277
Decimal 185 251 191
Hex B9 FB BF

RGB Percentages of Color #b9fbbf

%29.51
%40.03
%30.46

CMYK Percentages of Color #b9fbbf

%26
%0
%24
%2

Triadic Colors of #b9fbbf

#b9fbbf #bfb9fb #fbbfb9

Analogous Colors of #b9fbbf

#b9fbbf #b9fbe0 #d4fbb9

Monochromatic Colors of #b9fbbf

#b9fbbf

Complementary Color

#b9fbbf #fbb9f5

#b9fbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fbbf Color CSS Codes

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

#b9fbbf Text Font Color

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

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


#b9fbbf Background Color

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

This div background color is #b9fbbf


#b9fbbf Border Color

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

This div border color is #b9fbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fbbf


Comments

No comments written yet.

Please login to write comment.