Color Hex Logo

#b1fbbe Color Hex

#B1FBBE
(177,251,190)
0 Favorites   0 Comments

Color spaces of #b1fbbe

RGB 177251190
HSL0.360.900.84
HSV131°29°98°
CMYK 0.290.000.24   0.02
XYZ61.922982.059261.2905
Yxy82.05920.30170.3998
Hunter Lab90.5865-36.507923.2952
CIE-Lab92.6010-34.655722.1074

#b1fbbe color RGB value is (177,251,190).

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

The process color (four color CMYK) of #b1fbbe color hex is 0.29, 0.00, 0.24, 0.02. Web safe color of #b1fbbe is #99ffcc. Color #b1fbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111011 10111110
Octal 261 373 276
Decimal 177 251 190
Hex B1 FB BE

RGB Percentages of Color #b1fbbe

%28.64
%40.61
%30.74

CMYK Percentages of Color #b1fbbe

%29
%0
%24
%2

Triadic Colors of #b1fbbe

#b1fbbe #beb1fb #fbbeb1

Analogous Colors of #b1fbbe

#b1fbbe #b1fbe3 #c9fbb1

Monochromatic Colors of #b1fbbe

#b1fbbe

Complementary Color

#b1fbbe #fbb1ee

#b1fbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fbbe Color CSS Codes

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

#b1fbbe Text Font Color

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

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


#b1fbbe Background Color

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

This div background color is #b1fbbe


#b1fbbe Border Color

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

This div border color is #b1fbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fbbe


Comments

No comments written yet.

Please login to write comment.