Color Hex Logo

#bfcc9f Color Hex

#BFCC9F
(191,204,159)
0 Favorites   0 Comments

Color spaces of #bfcc9f

RGB 191204159
HSL0.210.310.71
HSV77°22°80°
CMYK 0.060.000.22   0.20
XYZ49.336756.765341.1574
Yxy56.76530.33500.3855
Hunter Lab75.3428-14.962620.3516
CIE-Lab80.0474-12.162920.9909

#bfcc9f color RGB value is (191,204,159).

#bfcc9f hex color red value is 191, green value is 204 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfcc9f hue: 0.21 , saturation: 0.31 and the lightness value of bfcc9f is 0.71.

The process color (four color CMYK) of #bfcc9f color hex is 0.06, 0.00, 0.22, 0.20. Web safe color of #bfcc9f is #cccc99. Color #bfcc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 10011111
Octal 277 314 237
Decimal 191 204 159
Hex BF CC 9F

RGB Percentages of Color #bfcc9f

%34.48
%36.82
%28.70

CMYK Percentages of Color #bfcc9f

%6
%0
%22
%20

Triadic Colors of #bfcc9f

#bfcc9f #9fbfcc #cc9fbf

Analogous Colors of #bfcc9f

#bfcc9f #a9cc9f #ccc39f

Monochromatic Colors of #bfcc9f

#bfcc9f

Complementary Color

#bfcc9f #ac9fcc

#bfcc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc9f Color CSS Codes

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

#bfcc9f Text Font Color

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

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


#bfcc9f Background Color

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

This div background color is #bfcc9f


#bfcc9f Border Color

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

This div border color is #bfcc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc9f


Comments

No comments written yet.

Please login to write comment.