Color Hex Logo

#b1edbd Color Hex

#B1EDBD
(177,237,189)
0 Favorites   0 Comments

Color spaces of #b1edbd

RGB 177237189
HSL0.370.630.81
HSV132°25°93°
CMYK 0.250.000.20   0.07
XYZ57.601073.589659.3124
Yxy73.58960.30240.3863
Hunter Lab85.7844-30.266619.0552
CIE-Lab88.7282-28.290917.2261

#b1edbd color RGB value is (177,237,189).

#b1edbd hex color red value is 177, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1edbd hue: 0.37 , saturation: 0.63 and the lightness value of b1edbd is 0.81.

The process color (four color CMYK) of #b1edbd color hex is 0.25, 0.00, 0.20, 0.07. Web safe color of #b1edbd is #99ffcc. Color #b1edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 10111101
Octal 261 355 275
Decimal 177 237 189
Hex B1 ED BD

RGB Percentages of Color #b1edbd

%29.35
%39.30
%31.34

CMYK Percentages of Color #b1edbd

%25
%0
%20
%7

Triadic Colors of #b1edbd

#b1edbd #bdb1ed #edbdb1

Analogous Colors of #b1edbd

#b1edbd #b1eddb #c3edb1

Monochromatic Colors of #b1edbd

#b1edbd

Complementary Color

#b1edbd #edb1e1

#b1edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edbd Color CSS Codes

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

#b1edbd Text Font Color

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

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


#b1edbd Background Color

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

This div background color is #b1edbd


#b1edbd Border Color

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

This div border color is #b1edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edbd


Comments

No comments written yet.

Please login to write comment.