Color Hex Logo

#bfe79f Color Hex

#BFE79F
(191,231,159)
0 Favorites   0 Comments

Color spaces of #bfe79f

RGB 191231159
HSL0.260.600.76
HSV93°31°91°
CMYK 0.170.000.31   0.09
XYZ56.319870.731443.4850
Yxy70.73140.33030.4148
Hunter Lab84.1020-27.644028.2154
CIE-Lab87.3543-25.530030.9128

#bfe79f color RGB value is (191,231,159).

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

The process color (four color CMYK) of #bfe79f color hex is 0.17, 0.00, 0.31, 0.09. Web safe color of #bfe79f is #ccff99. Color #bfe79f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 10011111
Octal 277 347 237
Decimal 191 231 159
Hex BF E7 9F

RGB Percentages of Color #bfe79f

%32.87
%39.76
%27.37

CMYK Percentages of Color #bfe79f

%17
%0
%31
%9

Triadic Colors of #bfe79f

#bfe79f #9fbfe7 #e79fbf

Analogous Colors of #bfe79f

#bfe79f #9fe7a3 #e3e79f

Monochromatic Colors of #bfe79f

#bfe79f

Complementary Color

#bfe79f #c79fe7

#bfe79f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe79f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe79f Color CSS Codes

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

#bfe79f Text Font Color

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

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


#bfe79f Background Color

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

This div background color is #bfe79f


#bfe79f Border Color

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

This div border color is #bfe79f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe79f

#bfe79f Color Palettes


Comments

No comments written yet.

Please login to write comment.