Color Hex Logo

#bfd09f Color Hex

#BFD09F
(191,208,159)
0 Favorites   0 Comments

Color spaces of #bfd09f

RGB 191208159
HSL0.220.340.72
HSV81°24°82°
CMYK 0.080.000.24   0.18
XYZ50.299758.691341.4784
Yxy58.69130.33430.3901
Hunter Lab76.6102-16.870921.5263
CIE-Lab81.1216-14.195522.4680

#bfd09f color RGB value is (191,208,159).

#bfd09f hex color red value is 191, green value is 208 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfd09f hue: 0.22 , saturation: 0.34 and the lightness value of bfd09f is 0.72.

The process color (four color CMYK) of #bfd09f color hex is 0.08, 0.00, 0.24, 0.18. Web safe color of #bfd09f is #cccc99. Color #bfd09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 10011111
Octal 277 320 237
Decimal 191 208 159
Hex BF D0 9F

RGB Percentages of Color #bfd09f

%34.23
%37.28
%28.49

CMYK Percentages of Color #bfd09f

%8
%0
%24
%18

Triadic Colors of #bfd09f

#bfd09f #9fbfd0 #d09fbf

Analogous Colors of #bfd09f

#bfd09f #a7d09f #d0c99f

Monochromatic Colors of #bfd09f

#bfd09f

Complementary Color

#bfd09f #b09fd0

#bfd09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd09f Color CSS Codes

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

#bfd09f Text Font Color

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

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


#bfd09f Background Color

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

This div background color is #bfd09f


#bfd09f Border Color

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

This div border color is #bfd09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd09f


Comments

No comments written yet.

Please login to write comment.