Color Hex Logo

#b1edda Color Hex

#B1EDDA
(177,237,218)
0 Favorites   0 Comments

Color spaces of #b1edda

RGB 177237218
HSL0.450.630.81
HSV161°25°93°
CMYK 0.250.000.08   0.07
XYZ61.070574.977477.5830
Yxy74.97740.28590.3510
Hunter Lab86.5895-25.63787.4896
CIE-Lab89.3824-22.78073.0592

#b1edda color RGB value is (177,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101101 11011010
Octal 261 355 332
Decimal 177 237 218
Hex B1 ED DA

RGB Percentages of Color #b1edda

%28.01
%37.50
%34.49

CMYK Percentages of Color #b1edda

%25
%0
%8
%7

Triadic Colors of #b1edda

#b1edda #dab1ed #eddab1

Analogous Colors of #b1edda

#b1edda #b1e2ed #b1edbc

Monochromatic Colors of #b1edda

#b1edda

Complementary Color

#b1edda #edb1c4

#b1edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1edda Color CSS Codes

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

#b1edda Text Font Color

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

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


#b1edda Background Color

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

This div background color is #b1edda


#b1edda Border Color

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

This div border color is #b1edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1edda


Comments

No comments written yet.

Please login to write comment.