Color Hex Logo

#bfc340 Color Hex

#BFC340
(191,195,64)
0 Favorites   0 Comments

Color spaces of #bfc340

RGB 19119564
HSL0.170.520.51
HSV62°67°76°
CMYK 0.020.000.67   0.24
XYZ41.926450.476712.3837
Yxy50.47670.40010.4817
Hunter Lab71.0470-18.995339.3984
CIE-Lab76.3609-17.492062.3423

#bfc340 color RGB value is (191,195,64).

#bfc340 hex color red value is 191, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfc340 hue: 0.17 , saturation: 0.52 and the lightness value of bfc340 is 0.51.

The process color (four color CMYK) of #bfc340 color hex is 0.02, 0.00, 0.67, 0.24. Web safe color of #bfc340 is #cccc33. Color #bfc340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01000000
Octal 277 303 100
Decimal 191 195 64
Hex BF C3 40

RGB Percentages of Color #bfc340

%42.44
%43.33
%14.22

CMYK Percentages of Color #bfc340

%2
%0
%67
%24

Triadic Colors of #bfc340

#bfc340 #40bfc3 #c340bf

Analogous Colors of #bfc340

#bfc340 #7ec340 #c38640

Monochromatic Colors of #bfc340

#bfc340

Complementary Color

#bfc340 #4440c3

#bfc340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc340 Color CSS Codes

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

#bfc340 Text Font Color

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

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


#bfc340 Background Color

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

This div background color is #bfc340


#bfc340 Border Color

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

This div border color is #bfc340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc340


Comments

No comments written yet.

Please login to write comment.