Color Hex Logo

#bfbc51 Color Hex

#BFBC51
(191,188,81)
0 Favorites   0 Comments

Color spaces of #bfbc51

RGB 19118881
HSL0.160.460.53
HSV58°58°75°
CMYK 0.000.020.58   0.25
XYZ40.954347.636914.8209
Yxy47.63690.39600.4607
Hunter Lab69.0195-14.867035.5820
CIE-Lab74.5953-12.846453.3179

#bfbc51 color RGB value is (191,188,81).

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

The process color (four color CMYK) of #bfbc51 color hex is 0.00, 0.02, 0.58, 0.25. Web safe color of #bfbc51 is #cccc66. Color #bfbc51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01010001
Octal 277 274 121
Decimal 191 188 81
Hex BF BC 51

RGB Percentages of Color #bfbc51

%41.52
%40.87
%17.61

CMYK Percentages of Color #bfbc51

%0
%2
%58
%25

Triadic Colors of #bfbc51

#bfbc51 #51bfbc #bc51bf

Analogous Colors of #bfbc51

#bfbc51 #8bbf51 #bf8551

Monochromatic Colors of #bfbc51

#bfbc51

Complementary Color

#bfbc51 #5154bf

#bfbc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc51 Color CSS Codes

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

#bfbc51 Text Font Color

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

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


#bfbc51 Background Color

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

This div background color is #bfbc51


#bfbc51 Border Color

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

This div border color is #bfbc51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc51


Comments

No comments written yet.

Please login to write comment.