Color Hex Logo

#b1fbed Color Hex

#B1FBED
(177,251,237)
0 Favorites   0 Comments

Color spaces of #b1fbed

RGB 177251237
HSL0.470.900.84
HSV169°29°98°
CMYK 0.290.000.06   0.02
XYZ67.914784.455992.8429
Yxy84.45590.27700.3444
Hunter Lab91.8999-28.91204.4315
CIE-Lab93.6482-25.6170-0.6044

#b1fbed color RGB value is (177,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111011 11101101
Octal 261 373 355
Decimal 177 251 237
Hex B1 FB ED

RGB Percentages of Color #b1fbed

%26.62
%37.74
%35.64

CMYK Percentages of Color #b1fbed

%29
%0
%6
%2

Triadic Colors of #b1fbed

#b1fbed #edb1fb #fbedb1

Analogous Colors of #b1fbed

#b1fbed #b1e4fb #b1fbc8

Monochromatic Colors of #b1fbed

#b1fbed

Complementary Color

#b1fbed #fbb1bf

#b1fbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fbed Color CSS Codes

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

#b1fbed Text Font Color

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

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


#b1fbed Background Color

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

This div background color is #b1fbed


#b1fbed Border Color

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

This div border color is #b1fbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fbed


Comments

No comments written yet.

Please login to write comment.