Color Hex Logo

#b1eabd Color Hex

#B1EABD
(177,234,189)
0 Favorites   0 Comments

Color spaces of #b1eabd

RGB 177234189
HSL0.370.580.81
HSV133°24°92°
CMYK 0.240.000.19   0.08
XYZ56.739671.866959.0253
Yxy71.86690.30240.3830
Hunter Lab84.7743-28.884818.0606
CIE-Lab87.9045-26.860416.0699

#b1eabd color RGB value is (177,234,189).

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

The process color (four color CMYK) of #b1eabd color hex is 0.24, 0.00, 0.19, 0.08. Web safe color of #b1eabd is #99ffcc. Color #b1eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 10111101
Octal 261 352 275
Decimal 177 234 189
Hex B1 EA BD

RGB Percentages of Color #b1eabd

%29.50
%39.00
%31.50

CMYK Percentages of Color #b1eabd

%24
%0
%19
%8

Triadic Colors of #b1eabd

#b1eabd #bdb1ea #eabdb1

Analogous Colors of #b1eabd

#b1eabd #b1eada #c2eab1

Monochromatic Colors of #b1eabd

#b1eabd

Complementary Color

#b1eabd #eab1de

#b1eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eabd Color CSS Codes

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

#b1eabd Text Font Color

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

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


#b1eabd Background Color

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

This div background color is #b1eabd


#b1eabd Border Color

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

This div border color is #b1eabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,234,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 #b1eabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eabd


Comments

No comments written yet.

Please login to write comment.