Color Hex Logo

#b1eacb Color Hex

#B1EACB
(177,234,203)
0 Favorites   0 Comments

Color spaces of #b1eacb

RGB 177234203
HSL0.410.580.81
HSV147°24°92°
CMYK 0.240.000.13   0.08
XYZ58.333872.504567.4202
Yxy72.50450.29420.3657
Hunter Lab85.1496-26.726012.6597
CIE-Lab88.2109-24.27449.2070

#b1eacb color RGB value is (177,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 11001011
Octal 261 352 313
Decimal 177 234 203
Hex B1 EA CB

RGB Percentages of Color #b1eacb

%28.83
%38.11
%33.06

CMYK Percentages of Color #b1eacb

%24
%0
%13
%8

Triadic Colors of #b1eacb

#b1eacb #cbb1ea #eacbb1

Analogous Colors of #b1eacb

#b1eacb #b1eae8 #b4eab1

Monochromatic Colors of #b1eacb

#b1eacb

Complementary Color

#b1eacb #eab1d0

#b1eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eacb Color CSS Codes

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

#b1eacb Text Font Color

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

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


#b1eacb Background Color

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

This div background color is #b1eacb


#b1eacb Border Color

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

This div border color is #b1eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eacb


Comments

No comments written yet.

Please login to write comment.