Color Hex Logo

#bfc52f Color Hex

#BFC52F
(191,197,47)
0 Favorites   0 Comments

Color spaces of #bfc52f

RGB 19119747
HSL0.170.610.48
HSV62°76°77°
CMYK 0.030.000.76   0.23
XYZ41.965251.214110.3628
Yxy51.21410.40530.4946
Hunter Lab71.5640-20.564541.5094
CIE-Lab76.8085-19.303968.7010

#bfc52f color RGB value is (191,197,47).

#bfc52f hex color red value is 191, green value is 197 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bfc52f hue: 0.17 , saturation: 0.61 and the lightness value of bfc52f is 0.48.

The process color (four color CMYK) of #bfc52f color hex is 0.03, 0.00, 0.76, 0.23. Web safe color of #bfc52f is #cccc33. Color #bfc52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 00101111
Octal 277 305 57
Decimal 191 197 47
Hex BF C5 2F

RGB Percentages of Color #bfc52f

%43.91
%45.29
%10.80

CMYK Percentages of Color #bfc52f

%3
%0
%76
%23

Triadic Colors of #bfc52f

#bfc52f #2fbfc5 #c52fbf

Analogous Colors of #bfc52f

#bfc52f #74c52f #c5802f

Monochromatic Colors of #bfc52f

#bfc52f

Complementary Color

#bfc52f #352fc5

#bfc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc52f Color CSS Codes

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

#bfc52f Text Font Color

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

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


#bfc52f Background Color

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

This div background color is #bfc52f


#bfc52f Border Color

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

This div border color is #bfc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc52f


Comments

No comments written yet.

Please login to write comment.