Color Hex Logo

#b1fbef Color Hex

#B1FBEF
(177,251,239)
0 Favorites   0 Comments

Color spaces of #b1fbef

RGB 177251239
HSL0.470.900.84
HSV170°29°98°
CMYK 0.290.000.05   0.02
XYZ68.208684.573594.3907
Yxy84.57350.27600.3422
Hunter Lab91.9639-28.54523.5201
CIE-Lab93.6990-25.1923-1.5648

#b1fbef color RGB value is (177,251,239).

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

The process color (four color CMYK) of #b1fbef color hex is 0.29, 0.00, 0.05, 0.02. Web safe color of #b1fbef is #99ffff. Color #b1fbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111011 11101111
Octal 261 373 357
Decimal 177 251 239
Hex B1 FB EF

RGB Percentages of Color #b1fbef

%26.54
%37.63
%35.83

CMYK Percentages of Color #b1fbef

%29
%0
%5
%2

Triadic Colors of #b1fbef

#b1fbef #efb1fb #fbefb1

Analogous Colors of #b1fbef

#b1fbef #b1e2fb #b1fbca

Monochromatic Colors of #b1fbef

#b1fbef

Complementary Color

#b1fbef #fbb1bd

#b1fbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fbef Color CSS Codes

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

#b1fbef Text Font Color

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

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


#b1fbef Background Color

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

This div background color is #b1fbef


#b1fbef Border Color

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

This div border color is #b1fbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fbef


Comments

No comments written yet.

Please login to write comment.