Color Hex Logo

#b1ffbe Color Hex

#B1FFBE
(177,255,190)
0 Favorites   0 Comments

Color spaces of #b1ffbe

RGB 177255190
HSL0.361.000.85
HSV130°31°100°
CMYK 0.310.000.25   0.00
XYZ63.185784.584861.7115
Yxy84.58480.30160.4038
Hunter Lab91.9700-38.313524.5956
CIE-Lab93.7039-36.483023.6317

#b1ffbe color RGB value is (177,255,190).

#b1ffbe hex color red value is 177, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1ffbe hue: 0.36 , saturation: 1.00 and the lightness value of b1ffbe is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111111 10111110
Octal 261 377 276
Decimal 177 255 190
Hex B1 FF BE

RGB Percentages of Color #b1ffbe

%28.46
%41.00
%30.55

CMYK Percentages of Color #b1ffbe

%31
%0
%25
%0

Triadic Colors of #b1ffbe

#b1ffbe #beb1ff #ffbeb1

Analogous Colors of #b1ffbe

#b1ffbe #b1ffe5 #cbffb1

Monochromatic Colors of #b1ffbe

#b1ffbe

Complementary Color

#b1ffbe #ffb1f2

#b1ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ffbe Color CSS Codes

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

#b1ffbe Text Font Color

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

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


#b1ffbe Background Color

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

This div background color is #b1ffbe


#b1ffbe Border Color

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

This div border color is #b1ffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,255,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ffbe


Comments

No comments written yet.

Please login to write comment.