Color Hex Logo

#b1fbae Color Hex

#B1FBAE
(177,251,174)
0 Favorites   0 Comments

Color spaces of #b1fbae

RGB 177251174
HSL0.330.910.83
HSV118°31°98°
CMYK 0.290.000.31   0.02
XYZ60.268681.397552.5792
Yxy81.39750.31030.4190
Hunter Lab90.2206-38.645528.6011
CIE-Lab92.3083-37.289029.8294

#b1fbae color RGB value is (177,251,174).

#b1fbae hex color red value is 177, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b1fbae hue: 0.33 , saturation: 0.91 and the lightness value of b1fbae is 0.83.

The process color (four color CMYK) of #b1fbae color hex is 0.29, 0.00, 0.31, 0.02. Web safe color of #b1fbae is #99ff99. Color #b1fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111011 10101110
Octal 261 373 256
Decimal 177 251 174
Hex B1 FB AE

RGB Percentages of Color #b1fbae

%29.40
%41.69
%28.90

CMYK Percentages of Color #b1fbae

%29
%0
%31
%2

Triadic Colors of #b1fbae

#b1fbae #aeb1fb #fbaeb1

Analogous Colors of #b1fbae

#b1fbae #aefbd2 #d8fbae

Monochromatic Colors of #b1fbae

#b1fbae

Complementary Color

#b1fbae #f8aefb

#b1fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fbae Color CSS Codes

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

#b1fbae Text Font Color

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

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


#b1fbae Background Color

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

This div background color is #b1fbae


#b1fbae Border Color

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

This div border color is #b1fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fbae


Comments

No comments written yet.

Please login to write comment.