Color Hex Logo

#bfdf9f Color Hex

#BFDF9F
(191,223,159)
0 Favorites   0 Comments

Color spaces of #bfdf9f

RGB 191223159
HSL0.250.500.75
HSV90°29°87°
CMYK 0.140.000.29   0.13
XYZ54.131566.354942.7556
Yxy66.35490.33160.4065
Hunter Lab81.4585-23.934125.9011
CIE-Lab85.1771-21.656627.9872

#bfdf9f color RGB value is (191,223,159).

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

The process color (four color CMYK) of #bfdf9f color hex is 0.14, 0.00, 0.29, 0.13. Web safe color of #bfdf9f is #cccc99. Color #bfdf9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 10011111
Octal 277 337 237
Decimal 191 223 159
Hex BF DF 9F

RGB Percentages of Color #bfdf9f

%33.33
%38.92
%27.75

CMYK Percentages of Color #bfdf9f

%14
%0
%29
%13

Triadic Colors of #bfdf9f

#bfdf9f #9fbfdf #df9fbf

Analogous Colors of #bfdf9f

#bfdf9f #9fdf9f #dfdf9f

Monochromatic Colors of #bfdf9f

#bfdf9f

Complementary Color

#bfdf9f #bf9fdf

#bfdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf9f Color CSS Codes

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

#bfdf9f Text Font Color

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

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


#bfdf9f Background Color

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

This div background color is #bfdf9f


#bfdf9f Border Color

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

This div border color is #bfdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf9f


Comments

No comments written yet.

Please login to write comment.