Color Hex Logo

#bfc66f Color Hex

#BFC66F
(191,198,111)
0 Favorites   0 Comments

Color spaces of #bfc66f

RGB 191198111
HSL0.180.430.61
HSV65°44°78°
CMYK 0.040.000.44   0.22
XYZ44.549252.612222.8461
Yxy52.61220.37120.4384
Hunter Lab72.5343-17.303632.0994
CIE-Lab77.6455-15.252142.6128

#bfc66f color RGB value is (191,198,111).

#bfc66f hex color red value is 191, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bfc66f hue: 0.18 , saturation: 0.43 and the lightness value of bfc66f is 0.61.

The process color (four color CMYK) of #bfc66f color hex is 0.04, 0.00, 0.44, 0.22. Web safe color of #bfc66f is #cccc66. Color #bfc66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 01101111
Octal 277 306 157
Decimal 191 198 111
Hex BF C6 6F

RGB Percentages of Color #bfc66f

%38.20
%39.60
%22.20

CMYK Percentages of Color #bfc66f

%4
%0
%44
%22

Triadic Colors of #bfc66f

#bfc66f #6fbfc6 #c66fbf

Analogous Colors of #bfc66f

#bfc66f #94c66f #c6a26f

Monochromatic Colors of #bfc66f

#bfc66f

Complementary Color

#bfc66f #766fc6

#bfc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc66f Color CSS Codes

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

#bfc66f Text Font Color

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

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


#bfc66f Background Color

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

This div background color is #bfc66f


#bfc66f Border Color

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

This div border color is #bfc66f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,198,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfc66f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc66f


Comments

No comments written yet.

Please login to write comment.