Color Hex Logo

#bfc84c Color Hex

#BFC84C
(191,200,76)
0 Favorites   0 Comments

Color spaces of #bfc84c

RGB 19120076
HSL0.180.530.54
HSV64°62°78°
CMYK 0.050.000.62   0.22
XYZ43.444652.906714.7597
Yxy52.90670.39100.4762
Hunter Lab72.7370-20.674638.8848
CIE-Lab77.8199-19.240859.0193

#bfc84c color RGB value is (191,200,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 01001100
Octal 277 310 114
Decimal 191 200 76
Hex BF C8 4C

RGB Percentages of Color #bfc84c

%40.90
%42.83
%16.27

CMYK Percentages of Color #bfc84c

%5
%0
%62
%22

Triadic Colors of #bfc84c

#bfc84c #4cbfc8 #c84cbf

Analogous Colors of #bfc84c

#bfc84c #81c84c #c8934c

Monochromatic Colors of #bfc84c

#bfc84c

Complementary Color

#bfc84c #554cc8

#bfc84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc84c Color CSS Codes

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

#bfc84c Text Font Color

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

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


#bfc84c Background Color

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

This div background color is #bfc84c


#bfc84c Border Color

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

This div border color is #bfc84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc84c


Comments

No comments written yet.

Please login to write comment.