Color Hex Logo

#bfbc2f Color Hex

#BFBC2F
(191,188,47)
0 Favorites   0 Comments

Color spaces of #bfbc2f

RGB 19118847
HSL0.160.610.47
HSV59°75°75°
CMYK 0.000.020.75   0.25
XYZ39.982247.24809.7018
Yxy47.24800.41250.4874
Hunter Lab68.7372-16.462439.7476
CIE-Lab74.3481-14.792866.4433

#bfbc2f color RGB value is (191,188,47).

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

The process color (four color CMYK) of #bfbc2f color hex is 0.00, 0.02, 0.75, 0.25. Web safe color of #bfbc2f is #cccc33. Color #bfbc2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 00101111
Octal 277 274 57
Decimal 191 188 47
Hex BF BC 2F

RGB Percentages of Color #bfbc2f

%44.84
%44.13
%11.03

CMYK Percentages of Color #bfbc2f

%0
%2
%75
%25

Triadic Colors of #bfbc2f

#bfbc2f #2fbfbc #bc2fbf

Analogous Colors of #bfbc2f

#bfbc2f #7abf2f #bf742f

Monochromatic Colors of #bfbc2f

#bfbc2f

Complementary Color

#bfbc2f #2f32bf

#bfbc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc2f Color CSS Codes

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

#bfbc2f Text Font Color

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

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


#bfbc2f Background Color

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

This div background color is #bfbc2f


#bfbc2f Border Color

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

This div border color is #bfbc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc2f


Comments

No comments written yet.

Please login to write comment.