Color Hex Logo

#bfc74a Color Hex

#BFC74A
(191,199,74)
0 Favorites   0 Comments

Color spaces of #bfc74a

RGB 19119974
HSL0.180.530.54
HSV64°63°78°
CMYK 0.040.000.63   0.22
XYZ43.145352.417614.3222
Yxy52.41760.39260.4770
Hunter Lab72.4000-20.326638.9512
CIE-Lab77.5299-18.877359.5446

#bfc74a color RGB value is (191,199,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01001010
Octal 277 307 112
Decimal 191 199 74
Hex BF C7 4A

RGB Percentages of Color #bfc74a

%41.16
%42.89
%15.95

CMYK Percentages of Color #bfc74a

%4
%0
%63
%22

Triadic Colors of #bfc74a

#bfc74a #4abfc7 #c74abf

Analogous Colors of #bfc74a

#bfc74a #81c74a #c7914a

Monochromatic Colors of #bfc74a

#bfc74a

Complementary Color

#bfc74a #524ac7

#bfc74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc74a Color CSS Codes

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

#bfc74a Text Font Color

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

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


#bfc74a Background Color

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

This div background color is #bfc74a


#bfc74a Border Color

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

This div border color is #bfc74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc74a


Comments

No comments written yet.

Please login to write comment.