Color Hex Logo

#b1fedb Color Hex

#B1FEDB
(177,254,219)
0 Favorites   0 Comments

Color spaces of #b1fedb

RGB 177254219
HSL0.420.970.85
HSV153°30°100°
CMYK 0.300.000.14   0.00
XYZ66.359585.345279.9936
Yxy85.34520.28640.3683
Hunter Lab92.3825-33.450513.3288
CIE-Lab94.0317-30.70849.2439

#b1fedb color RGB value is (177,254,219).

#b1fedb hex color red value is 177, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1fedb hue: 0.42 , saturation: 0.97 and the lightness value of b1fedb is 0.85.

The process color (four color CMYK) of #b1fedb color hex is 0.30, 0.00, 0.14, 0.00. Web safe color of #b1fedb is #99ffcc. Color #b1fedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11111110 11011011
Octal 261 376 333
Decimal 177 254 219
Hex B1 FE DB

RGB Percentages of Color #b1fedb

%27.23
%39.08
%33.69

CMYK Percentages of Color #b1fedb

%30
%0
%14
%0

Triadic Colors of #b1fedb

#b1fedb #dbb1fe #fedbb1

Analogous Colors of #b1fedb

#b1fedb #b1fbfe #b1feb5

Monochromatic Colors of #b1fedb

#b1fedb

Complementary Color

#b1fedb #feb1d4

#b1fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1fedb Color CSS Codes

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

#b1fedb Text Font Color

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

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


#b1fedb Background Color

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

This div background color is #b1fedb


#b1fedb Border Color

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

This div border color is #b1fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1fedb


Comments

No comments written yet.

Please login to write comment.