Color Hex Logo

#b1ef9d Color Hex

#B1EF9D
(177,239,157)
0 Favorites   0 Comments

Color spaces of #b1ef9d

RGB 177239157
HSL0.290.720.78
HSV105°34°94°
CMYK 0.260.000.34   0.06
XYZ55.083873.514443.1848
Yxy73.51440.32070.4279
Hunter Lab85.7405-35.369130.1559
CIE-Lab88.6925-34.392733.5597

#b1ef9d color RGB value is (177,239,157).

#b1ef9d hex color red value is 177, green value is 239 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b1ef9d hue: 0.29 , saturation: 0.72 and the lightness value of b1ef9d is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 10011101
Octal 261 357 235
Decimal 177 239 157
Hex B1 EF 9D

RGB Percentages of Color #b1ef9d

%30.89
%41.71
%27.40

CMYK Percentages of Color #b1ef9d

%26
%0
%34
%6

Triadic Colors of #b1ef9d

#b1ef9d #9db1ef #ef9db1

Analogous Colors of #b1ef9d

#b1ef9d #9defb2 #daef9d

Monochromatic Colors of #b1ef9d

#b1ef9d

Complementary Color

#b1ef9d #db9def

#b1ef9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ef9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ef9d Color CSS Codes

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

#b1ef9d Text Font Color

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

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


#b1ef9d Background Color

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

This div background color is #b1ef9d


#b1ef9d Border Color

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

This div border color is #b1ef9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ef9d


Comments

No comments written yet.

Please login to write comment.