Color Hex Logo

#bfbc58 Color Hex

#BFBC58
(191,188,88)
0 Favorites   0 Comments

Color spaces of #bfbc58

RGB 19118888
HSL0.160.450.55
HSV58°54°75°
CMYK 0.000.020.54   0.25
XYZ41.230547.747416.2756
Yxy47.74740.39170.4536
Hunter Lab69.0995-14.416234.4046
CIE-Lab74.6653-12.301050.1771

#bfbc58 color RGB value is (191,188,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 01011000
Octal 277 274 130
Decimal 191 188 88
Hex BF BC 58

RGB Percentages of Color #bfbc58

%40.90
%40.26
%18.84

CMYK Percentages of Color #bfbc58

%0
%2
%54
%25

Triadic Colors of #bfbc58

#bfbc58 #58bfbc #bc58bf

Analogous Colors of #bfbc58

#bfbc58 #8fbf58 #bf8958

Monochromatic Colors of #bfbc58

#bfbc58

Complementary Color

#bfbc58 #585bbf

#bfbc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbc58 Color CSS Codes

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

#bfbc58 Text Font Color

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

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


#bfbc58 Background Color

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

This div background color is #bfbc58


#bfbc58 Border Color

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

This div border color is #bfbc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbc58


Comments

No comments written yet.

Please login to write comment.