Color Hex Logo

#b1ea5e Color Hex

#B1EA5E
(177,234,94)
0 Favorites   0 Comments

Color spaces of #b1ea5e

RGB 17723494
HSL0.230.770.64
HSV84°60°92°
CMYK 0.240.000.60   0.08
XYZ49.574769.000921.2953
Yxy69.00090.35440.4933
Hunter Lab83.0668-38.837142.9469
CIE-Lab86.5045-39.350160.6393

#b1ea5e color RGB value is (177,234,94).

#b1ea5e hex color red value is 177, green value is 234 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b1ea5e hue: 0.23 , saturation: 0.77 and the lightness value of b1ea5e is 0.64.

The process color (four color CMYK) of #b1ea5e color hex is 0.24, 0.00, 0.60, 0.08. Web safe color of #b1ea5e is #99ff66. Color #b1ea5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101010 01011110
Octal 261 352 136
Decimal 177 234 94
Hex B1 EA 5E

RGB Percentages of Color #b1ea5e

%35.05
%46.34
%18.61

CMYK Percentages of Color #b1ea5e

%24
%0
%60
%8

Triadic Colors of #b1ea5e

#b1ea5e #5eb1ea #ea5eb1

Analogous Colors of #b1ea5e

#b1ea5e #6bea5e #eadd5e

Monochromatic Colors of #b1ea5e

#b1ea5e

Complementary Color

#b1ea5e #975eea

#b1ea5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ea5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ea5e Color CSS Codes

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

#b1ea5e Text Font Color

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

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


#b1ea5e Background Color

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

This div background color is #b1ea5e


#b1ea5e Border Color

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

This div border color is #b1ea5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ea5e


Comments

No comments written yet.

Please login to write comment.