Color Hex Logo

#b1efac Color Hex

#B1EFAC
(177,239,172)
0 Favorites   0 Comments

Color spaces of #b1efac

RGB 177239172
HSL0.320.680.81
HSV116°28°94°
CMYK 0.260.000.28   0.06
XYZ56.444474.058750.3495
Yxy74.05870.31210.4095
Hunter Lab86.0574-33.523525.5514
CIE-Lab88.9502-32.099326.2897

#b1efac color RGB value is (177,239,172).

#b1efac hex color red value is 177, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b1efac hue: 0.32 , saturation: 0.68 and the lightness value of b1efac is 0.81.

The process color (four color CMYK) of #b1efac color hex is 0.26, 0.00, 0.28, 0.06. Web safe color of #b1efac is #99ff99. Color #b1efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 10101100
Octal 261 357 254
Decimal 177 239 172
Hex B1 EF AC

RGB Percentages of Color #b1efac

%30.10
%40.65
%29.25

CMYK Percentages of Color #b1efac

%26
%0
%28
%6

Triadic Colors of #b1efac

#b1efac #acb1ef #efacb1

Analogous Colors of #b1efac

#b1efac #acefc9 #d3efac

Monochromatic Colors of #b1efac

#b1efac

Complementary Color

#b1efac #eaacef

#b1efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efac Color CSS Codes

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

#b1efac Text Font Color

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

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


#b1efac Background Color

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

This div background color is #b1efac


#b1efac Border Color

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

This div border color is #b1efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efac


Comments

No comments written yet.

Please login to write comment.