Color Hex Logo

#b1fdbf Color Hex

#B1FDBF
(177,253,191)
0 Favorites   0 Comments

Color spaces of #b1fdbf

RGB 177253191
HSL0.360.950.84
HSV131°30°99°
CMYK 0.300.000.25   0.01
XYZ62.660783.359362.0776
Yxy83.35930.30110.4006
Hunter Lab91.3013-37.271623.5985
CIE-Lab93.1715-35.400222.3871

#b1fdbf color RGB value is (177,253,191).

#b1fdbf hex color red value is 177, green value is 253 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b1fdbf hue: 0.36 , saturation: 0.95 and the lightness value of b1fdbf is 0.84.

The process color (four color CMYK) of #b1fdbf color hex is 0.30, 0.00, 0.25, 0.01. Web safe color of #b1fdbf is #99ffcc. Color #b1fdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111101 10111111
Octal 261 375 277
Decimal 177 253 191
Hex B1 FD BF

RGB Percentages of Color #b1fdbf

%28.50
%40.74
%30.76

CMYK Percentages of Color #b1fdbf

%30
%0
%25
%1

Triadic Colors of #b1fdbf

#b1fdbf #bfb1fd #fdbfb1

Analogous Colors of #b1fdbf

#b1fdbf #b1fde5 #c9fdb1

Monochromatic Colors of #b1fdbf

#b1fdbf

Complementary Color

#b1fdbf #fdb1ef

#b1fdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fdbf Color CSS Codes

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

#b1fdbf Text Font Color

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

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


#b1fdbf Background Color

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

This div background color is #b1fdbf


#b1fdbf Border Color

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

This div border color is #b1fdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fdbf


Comments

No comments written yet.

Please login to write comment.