Color Hex Logo

#bfd89f Color Hex

#BFD89F
(191,216,159)
0 Favorites   0 Comments

Color spaces of #bfd89f

RGB 191216159
HSL0.240.420.74
HSV86°26°85°
CMYK 0.120.000.26   0.15
XYZ52.299762.691342.1450
Yxy62.69130.33280.3990
Hunter Lab79.1778-20.655823.8654
CIE-Lab83.2797-18.206825.4163

#bfd89f color RGB value is (191,216,159).

#bfd89f hex color red value is 191, green value is 216 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfd89f hue: 0.24 , saturation: 0.42 and the lightness value of bfd89f is 0.74.

The process color (four color CMYK) of #bfd89f color hex is 0.12, 0.00, 0.26, 0.15. Web safe color of #bfd89f is #cccc99. Color #bfd89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 10011111
Octal 277 330 237
Decimal 191 216 159
Hex BF D8 9F

RGB Percentages of Color #bfd89f

%33.75
%38.16
%28.09

CMYK Percentages of Color #bfd89f

%12
%0
%26
%15

Triadic Colors of #bfd89f

#bfd89f #9fbfd8 #d89fbf

Analogous Colors of #bfd89f

#bfd89f #a3d89f #d8d59f

Monochromatic Colors of #bfd89f

#bfd89f

Complementary Color

#bfd89f #b89fd8

#bfd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd89f Color CSS Codes

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

#bfd89f Text Font Color

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

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


#bfd89f Background Color

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

This div background color is #bfd89f


#bfd89f Border Color

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

This div border color is #bfd89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd89f


Comments

No comments written yet.

Please login to write comment.