Color Hex Logo

#bfe39f Color Hex

#BFE39F
(191,227,159)
0 Favorites   0 Comments

Color spaces of #bfe39f

RGB 191227159
HSL0.250.550.76
HSV92°30°89°
CMYK 0.160.000.30   0.11
XYZ55.213068.517743.1161
Yxy68.51770.33090.4107
Hunter Lab82.7754-25.793627.0598
CIE-Lab86.2647-23.602329.4518

#bfe39f color RGB value is (191,227,159).

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

The process color (four color CMYK) of #bfe39f color hex is 0.16, 0.00, 0.30, 0.11. Web safe color of #bfe39f is #cccc99. Color #bfe39f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 10011111
Octal 277 343 237
Decimal 191 227 159
Hex BF E3 9F

RGB Percentages of Color #bfe39f

%33.10
%39.34
%27.56

CMYK Percentages of Color #bfe39f

%16
%0
%30
%11

Triadic Colors of #bfe39f

#bfe39f #9fbfe3 #e39fbf

Analogous Colors of #bfe39f

#bfe39f #9fe3a1 #e1e39f

Monochromatic Colors of #bfe39f

#bfe39f

Complementary Color

#bfe39f #c39fe3

#bfe39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe39f Color CSS Codes

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

#bfe39f Text Font Color

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

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


#bfe39f Background Color

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

This div background color is #bfe39f


#bfe39f Border Color

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

This div border color is #bfe39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe39f


Comments

No comments written yet.

Please login to write comment.