Color Hex Logo

#b1fabb Color Hex

#B1FABB
(177,250,187)
0 Favorites   0 Comments

Color spaces of #b1fabb

RGB 177250187
HSL0.360.880.84
HSV128°29°98°
CMYK 0.290.000.25   0.02
XYZ61.286781.306259.4772
Yxy81.30620.30330.4024
Hunter Lab90.1700-36.474624.0106
CIE-Lab92.2678-34.709023.1777

#b1fabb color RGB value is (177,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111010 10111011
Octal 261 372 273
Decimal 177 250 187
Hex B1 FA BB

RGB Percentages of Color #b1fabb

%28.83
%40.72
%30.46

CMYK Percentages of Color #b1fabb

%29
%0
%25
%2

Triadic Colors of #b1fabb

#b1fabb #bbb1fa #fabbb1

Analogous Colors of #b1fabb

#b1fabb #b1fae0 #ccfab1

Monochromatic Colors of #b1fabb

#b1fabb

Complementary Color

#b1fabb #fab1f0

#b1fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fabb Color CSS Codes

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

#b1fabb Text Font Color

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

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


#b1fabb Background Color

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

This div background color is #b1fabb


#b1fabb Border Color

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

This div border color is #b1fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fabb


Comments

No comments written yet.

Please login to write comment.