Color Hex Logo

#b1eabe Color Hex

#B1EABE
(177,234,190)
0 Favorites   0 Comments

Color spaces of #b1eabe

RGB 177234190
HSL0.370.580.81
HSV134°24°92°
CMYK 0.240.000.19   0.08
XYZ56.848571.910559.5991
Yxy71.91050.30180.3818
Hunter Lab84.8001-28.736817.6899
CIE-Lab87.9255-26.681815.5794

#b1eabe color RGB value is (177,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 10111110
Octal 261 352 276
Decimal 177 234 190
Hex B1 EA BE

RGB Percentages of Color #b1eabe

%29.45
%38.94
%31.61

CMYK Percentages of Color #b1eabe

%24
%0
%19
%8

Triadic Colors of #b1eabe

#b1eabe #beb1ea #eabeb1

Analogous Colors of #b1eabe

#b1eabe #b1eadb #c1eab1

Monochromatic Colors of #b1eabe

#b1eabe

Complementary Color

#b1eabe #eab1dd

#b1eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eabe Color CSS Codes

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

#b1eabe Text Font Color

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

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


#b1eabe Background Color

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

This div background color is #b1eabe


#b1eabe Border Color

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

This div border color is #b1eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eabe


Comments

No comments written yet.

Please login to write comment.