Color Hex Logo

#bfbc57 Color Hex

#BFBC57
(191,188,87)
0 Favorites   0 Comments

Color spaces of #bfbc57

RGB 19118887
HSL0.160.450.55
HSV58°54°75°
CMYK 0.000.020.54   0.25
XYZ41.189447.730916.0589
Yxy47.73090.39240.4547
Hunter Lab69.0876-14.483134.5798
CIE-Lab74.6549-12.381850.6323

#bfbc57 color RGB value is (191,188,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01010111
Octal 277 274 127
Decimal 191 188 87
Hex BF BC 57

RGB Percentages of Color #bfbc57

%40.99
%40.34
%18.67

CMYK Percentages of Color #bfbc57

%0
%2
%54
%25

Triadic Colors of #bfbc57

#bfbc57 #57bfbc #bc57bf

Analogous Colors of #bfbc57

#bfbc57 #8ebf57 #bf8857

Monochromatic Colors of #bfbc57

#bfbc57

Complementary Color

#bfbc57 #575abf

#bfbc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc57 Color CSS Codes

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

#bfbc57 Text Font Color

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

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


#bfbc57 Background Color

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

This div background color is #bfbc57


#bfbc57 Border Color

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

This div border color is #bfbc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc57


Comments

No comments written yet.

Please login to write comment.