Color Hex Logo

#bfc73f Color Hex

#BFC73F
(191,199,63)
0 Favorites   0 Comments

Color spaces of #bfc73f

RGB 19119963
HSL0.180.550.51
HSV64°68°78°
CMYK 0.040.000.68   0.22
XYZ42.806552.282112.5379
Yxy52.28210.39770.4858
Hunter Lab72.3064-20.861340.3336
CIE-Lab77.4492-19.538163.8181

#bfc73f color RGB value is (191,199,63).

#bfc73f hex color red value is 191, green value is 199 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfc73f hue: 0.18 , saturation: 0.55 and the lightness value of bfc73f is 0.51.

The process color (four color CMYK) of #bfc73f color hex is 0.04, 0.00, 0.68, 0.22. Web safe color of #bfc73f is #cccc33. Color #bfc73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 00111111
Octal 277 307 77
Decimal 191 199 63
Hex BF C7 3F

RGB Percentages of Color #bfc73f

%42.16
%43.93
%13.91

CMYK Percentages of Color #bfc73f

%4
%0
%68
%22

Triadic Colors of #bfc73f

#bfc73f #3fbfc7 #c73fbf

Analogous Colors of #bfc73f

#bfc73f #7bc73f #c78b3f

Monochromatic Colors of #bfc73f

#bfc73f

Complementary Color

#bfc73f #473fc7

#bfc73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc73f Color CSS Codes

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

#bfc73f Text Font Color

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

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


#bfc73f Background Color

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

This div background color is #bfc73f


#bfc73f Border Color

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

This div border color is #bfc73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc73f


Comments

No comments written yet.

Please login to write comment.