Color Hex Logo

#b1e95a Color Hex

#B1E95A
(177,233,90)
0 Favorites   0 Comments

Color spaces of #b1e95a

RGB 17723390
HSL0.230.760.63
HSV83°61°91°
CMYK 0.240.000.61   0.09
XYZ49.115868.363120.2796
Yxy68.36310.35650.4963
Hunter Lab82.6820-38.658643.3352
CIE-Lab86.1877-39.230361.9689

#b1e95a color RGB value is (177,233,90).

#b1e95a hex color red value is 177, green value is 233 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b1e95a hue: 0.23 , saturation: 0.76 and the lightness value of b1e95a is 0.63.

The process color (four color CMYK) of #b1e95a color hex is 0.24, 0.00, 0.61, 0.09. Web safe color of #b1e95a is #99ff66. Color #b1e95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101001 01011010
Octal 261 351 132
Decimal 177 233 90
Hex B1 E9 5A

RGB Percentages of Color #b1e95a

%35.40
%46.60
%18.00

CMYK Percentages of Color #b1e95a

%24
%0
%61
%9

Triadic Colors of #b1e95a

#b1e95a #5ab1e9 #e95ab1

Analogous Colors of #b1e95a

#b1e95a #6ae95a #e9da5a

Monochromatic Colors of #b1e95a

#b1e95a

Complementary Color

#b1e95a #925ae9

#b1e95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1e95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1e95a Color CSS Codes

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

#b1e95a Text Font Color

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

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


#b1e95a Background Color

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

This div background color is #b1e95a


#b1e95a Border Color

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

This div border color is #b1e95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1e95a


Comments

No comments written yet.

Please login to write comment.