Color Hex Logo

#b1efab Color Hex

#B1EFAB
(177,239,171)
0 Favorites   0 Comments

Color spaces of #b1efab

RGB 177239171
HSL0.320.680.80
HSV115°28°94°
CMYK 0.260.000.28   0.06
XYZ56.348674.020449.8456
Yxy74.02040.31270.4107
Hunter Lab86.0351-33.653125.8741
CIE-Lab88.9321-32.259226.7762

#b1efab color RGB value is (177,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 10101011
Octal 261 357 253
Decimal 177 239 171
Hex B1 EF AB

RGB Percentages of Color #b1efab

%30.15
%40.72
%29.13

CMYK Percentages of Color #b1efab

%26
%0
%28
%6

Triadic Colors of #b1efab

#b1efab #abb1ef #efabb1

Analogous Colors of #b1efab

#b1efab #abefc7 #d3efab

Monochromatic Colors of #b1efab

#b1efab

Complementary Color

#b1efab #e9abef

#b1efab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efab Color CSS Codes

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

#b1efab Text Font Color

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

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


#b1efab Background Color

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

This div background color is #b1efab


#b1efab Border Color

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

This div border color is #b1efab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efab


Comments

No comments written yet.

Please login to write comment.