Color Hex Logo

#bfc84a Color Hex

#BFC84A
(191,200,74)
0 Favorites   0 Comments

Color spaces of #bfc84a

RGB 19120074
HSL0.180.530.54
HSV64°63°78°
CMYK 0.050.000.63   0.22
XYZ43.376252.879314.3991
Yxy52.87930.39200.4779
Hunter Lab72.7182-20.782039.1625
CIE-Lab77.8037-19.373259.8350

#bfc84a color RGB value is (191,200,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 01001010
Octal 277 310 112
Decimal 191 200 74
Hex BF C8 4A

RGB Percentages of Color #bfc84a

%41.08
%43.01
%15.91

CMYK Percentages of Color #bfc84a

%5
%0
%63
%22

Triadic Colors of #bfc84a

#bfc84a #4abfc8 #c84abf

Analogous Colors of #bfc84a

#bfc84a #80c84a #c8924a

Monochromatic Colors of #bfc84a

#bfc84a

Complementary Color

#bfc84a #534ac8

#bfc84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc84a Color CSS Codes

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

#bfc84a Text Font Color

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

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


#bfc84a Background Color

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

This div background color is #bfc84a


#bfc84a Border Color

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

This div border color is #bfc84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc84a


Comments

No comments written yet.

Please login to write comment.