Color Hex Logo

#bfc74f Color Hex

#BFC74F
(191,199,79)
0 Favorites   0 Comments

Color spaces of #bfc74f

RGB 19119979
HSL0.180.520.55
HSV64°60°78°
CMYK 0.040.000.60   0.22
XYZ43.320652.487715.2450
Yxy52.48770.39010.4726
Hunter Lab72.4484-20.050438.2377
CIE-Lab77.5716-18.537257.4772

#bfc74f color RGB value is (191,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01001111
Octal 277 307 117
Decimal 191 199 79
Hex BF C7 4F

RGB Percentages of Color #bfc74f

%40.72
%42.43
%16.84

CMYK Percentages of Color #bfc74f

%4
%0
%60
%22

Triadic Colors of #bfc74f

#bfc74f #4fbfc7 #c74fbf

Analogous Colors of #bfc74f

#bfc74f #83c74f #c7934f

Monochromatic Colors of #bfc74f

#bfc74f

Complementary Color

#bfc74f #574fc7

#bfc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc74f Color CSS Codes

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

#bfc74f Text Font Color

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

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


#bfc74f Background Color

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

This div background color is #bfc74f


#bfc74f Border Color

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

This div border color is #bfc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc74f


Comments

No comments written yet.

Please login to write comment.