Color Hex Logo

#b1ffaf Color Hex

#B1FFAF
(177,255,175)
0 Favorites   0 Comments

Color spaces of #b1ffaf

RGB 177255175
HSL0.331.000.84
HSV119°31°100°
CMYK 0.310.000.31   0.00
XYZ61.629383.962353.5156
Yxy83.96230.30950.4217
Hunter Lab91.6309-40.298329.5143
CIE-Lab93.4341-38.933030.8445

#b1ffaf color RGB value is (177,255,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111111 10101111
Octal 261 377 257
Decimal 177 255 175
Hex B1 FF AF

RGB Percentages of Color #b1ffaf

%29.16
%42.01
%28.83

CMYK Percentages of Color #b1ffaf

%31
%0
%31
%0

Triadic Colors of #b1ffaf

#b1ffaf #afb1ff #ffafb1

Analogous Colors of #b1ffaf

#b1ffaf #afffd5 #d9ffaf

Monochromatic Colors of #b1ffaf

#b1ffaf

Complementary Color

#b1ffaf #fdafff

#b1ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ffaf Color CSS Codes

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

#b1ffaf Text Font Color

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

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


#b1ffaf Background Color

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

This div background color is #b1ffaf


#b1ffaf Border Color

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

This div border color is #b1ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ffaf

Related Colors

#b1ffaf Color Palettes


Comments

No comments written yet.

Please login to write comment.