Color Hex Logo

#b1edce Color Hex

#B1EDCE
(177,237,206)
0 Favorites   0 Comments

Color spaces of #b1edce

RGB 177237206
HSL0.410.630.81
HSV149°25°93°
CMYK 0.250.000.13   0.07
XYZ59.556274.371769.6088
Yxy74.37170.29260.3654
Hunter Lab86.2390-27.647212.5107
CIE-Lab89.0979-25.15028.9114

#b1edce color RGB value is (177,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 11001110
Octal 261 355 316
Decimal 177 237 206
Hex B1 ED CE

RGB Percentages of Color #b1edce

%28.55
%38.23
%33.23

CMYK Percentages of Color #b1edce

%25
%0
%13
%7

Triadic Colors of #b1edce

#b1edce #ceb1ed #edceb1

Analogous Colors of #b1edce

#b1edce #b1edec #b2edb1

Monochromatic Colors of #b1edce

#b1edce

Complementary Color

#b1edce #edb1d0

#b1edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edce Color CSS Codes

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

#b1edce Text Font Color

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

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


#b1edce Background Color

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

This div background color is #b1edce


#b1edce Border Color

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

This div border color is #b1edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edce


Comments

No comments written yet.

Please login to write comment.