Color Hex Logo

#bfe59e Color Hex

#BFE59E
(191,229,158)
0 Favorites   0 Comments

Color spaces of #bfe59e

RGB 191229158
HSL0.260.580.76
HSV92°31°90°
CMYK 0.170.000.31   0.10
XYZ55.676769.583642.8443
Yxy69.58360.33120.4139
Hunter Lab83.4168-26.839227.9394
CIE-Lab86.7922-24.711730.6706

#bfe59e color RGB value is (191,229,158).

#bfe59e hex color red value is 191, green value is 229 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bfe59e hue: 0.26 , saturation: 0.58 and the lightness value of bfe59e is 0.76.

The process color (four color CMYK) of #bfe59e color hex is 0.17, 0.00, 0.31, 0.10. Web safe color of #bfe59e is #cccc99. Color #bfe59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 10011110
Octal 277 345 236
Decimal 191 229 158
Hex BF E5 9E

RGB Percentages of Color #bfe59e

%33.04
%39.62
%27.34

CMYK Percentages of Color #bfe59e

%17
%0
%31
%10

Triadic Colors of #bfe59e

#bfe59e #9ebfe5 #e59ebf

Analogous Colors of #bfe59e

#bfe59e #9ee5a1 #e3e59e

Monochromatic Colors of #bfe59e

#bfe59e

Complementary Color

#bfe59e #c49ee5

#bfe59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe59e Color CSS Codes

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

#bfe59e Text Font Color

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

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


#bfe59e Background Color

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

This div background color is #bfe59e


#bfe59e Border Color

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

This div border color is #bfe59e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,229,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfe59e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfe59e;
  -webkit-box-shadow: 1px 1px 3px 2px #bfe59e;
  box-shadow:         1px 1px 3px 2px #bfe59e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,229,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe59e


Comments

No comments written yet.

Please login to write comment.