Color Hex Logo

#bfe99f Color Hex

#BFE99F
(191,233,159)
0 Favorites   0 Comments

Color spaces of #bfe99f

RGB 191233159
HSL0.260.630.77
HSV94°32°91°
CMYK 0.180.000.32   0.09
XYZ56.882871.857443.6727
Yxy71.85740.32990.4168
Hunter Lab84.7687-28.565528.7920
CIE-Lab87.8999-26.486831.6419

#bfe99f color RGB value is (191,233,159).

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

The process color (four color CMYK) of #bfe99f color hex is 0.18, 0.00, 0.32, 0.09. Web safe color of #bfe99f is #ccff99. Color #bfe99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 10011111
Octal 277 351 237
Decimal 191 233 159
Hex BF E9 9F

RGB Percentages of Color #bfe99f

%32.76
%39.97
%27.27

CMYK Percentages of Color #bfe99f

%18
%0
%32
%9

Triadic Colors of #bfe99f

#bfe99f #9fbfe9 #e99fbf

Analogous Colors of #bfe99f

#bfe99f #9fe9a4 #e4e99f

Monochromatic Colors of #bfe99f

#bfe99f

Complementary Color

#bfe99f #c99fe9

#bfe99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe99f Color CSS Codes

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

#bfe99f Text Font Color

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

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


#bfe99f Background Color

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

This div background color is #bfe99f


#bfe99f Border Color

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

This div border color is #bfe99f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,233,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 #bfe99f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe99f


Comments

No comments written yet.

Please login to write comment.