Color Hex Logo

#bfe59f Color Hex

#BFE59F
(191,229,159)
0 Favorites   0 Comments

Color spaces of #bfe59f

RGB 191229159
HSL0.260.570.76
HSV93°31°90°
CMYK 0.170.000.31   0.10
XYZ55.763269.618243.2995
Yxy69.61820.33060.4127
Hunter Lab83.4375-26.720027.6380
CIE-Lab86.8093-24.568630.1828

#bfe59f color RGB value is (191,229,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 10011111
Octal 277 345 237
Decimal 191 229 159
Hex BF E5 9F

RGB Percentages of Color #bfe59f

%32.99
%39.55
%27.46

CMYK Percentages of Color #bfe59f

%17
%0
%31
%10

Triadic Colors of #bfe59f

#bfe59f #9fbfe5 #e59fbf

Analogous Colors of #bfe59f

#bfe59f #9fe5a2 #e2e59f

Monochromatic Colors of #bfe59f

#bfe59f

Complementary Color

#bfe59f #c59fe5

#bfe59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe59f Color CSS Codes

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

#bfe59f Text Font Color

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

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


#bfe59f Background Color

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

This div background color is #bfe59f


#bfe59f Border Color

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

This div border color is #bfe59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe59f


Comments

No comments written yet.

Please login to write comment.