Color Hex Logo

#bfd59f Color Hex

#BFD59F
(191,213,159)
0 Favorites   0 Comments

Color spaces of #bfd59f

RGB 191213159
HSL0.230.390.73
HSV84°25°84°
CMYK 0.100.000.25   0.16
XYZ51.538161.168141.8912
Yxy61.16810.33340.3957
Hunter Lab78.2100-19.241322.9899
CIE-Lab82.4690-16.711124.3117

#bfd59f color RGB value is (191,213,159).

#bfd59f hex color red value is 191, green value is 213 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfd59f hue: 0.23 , saturation: 0.39 and the lightness value of bfd59f is 0.73.

The process color (four color CMYK) of #bfd59f color hex is 0.10, 0.00, 0.25, 0.16. Web safe color of #bfd59f is #cccc99. Color #bfd59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 10011111
Octal 277 325 237
Decimal 191 213 159
Hex BF D5 9F

RGB Percentages of Color #bfd59f

%33.93
%37.83
%28.24

CMYK Percentages of Color #bfd59f

%10
%0
%25
%16

Triadic Colors of #bfd59f

#bfd59f #9fbfd5 #d59fbf

Analogous Colors of #bfd59f

#bfd59f #a4d59f #d5d09f

Monochromatic Colors of #bfd59f

#bfd59f

Complementary Color

#bfd59f #b59fd5

#bfd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd59f Color CSS Codes

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

#bfd59f Text Font Color

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

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


#bfd59f Background Color

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

This div background color is #bfd59f


#bfd59f Border Color

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

This div border color is #bfd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd59f


Comments

No comments written yet.

Please login to write comment.