Color Hex Logo

#bfbf59 Color Hex

#BFBF59
(191,191,89)
0 Favorites   0 Comments

Color spaces of #bfbf59

RGB 19119189
HSL0.170.440.55
HSV60°53°75°
CMYK 0.000.000.53   0.25
XYZ41.919849.059216.7112
Yxy49.05920.38930.4556
Hunter Lab70.0423-15.743034.8837
CIE-Lab75.4881-13.750050.6572

#bfbf59 color RGB value is (191,191,89).

#bfbf59 hex color red value is 191, green value is 191 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #bfbf59 hue: 0.17 , saturation: 0.44 and the lightness value of bfbf59 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111111 01011001
Octal 277 277 131
Decimal 191 191 89
Hex BF BF 59

RGB Percentages of Color #bfbf59

%40.55
%40.55
%18.90

CMYK Percentages of Color #bfbf59

%0
%0
%53
%25

Triadic Colors of #bfbf59

#bfbf59 #59bfbf #bf59bf

Analogous Colors of #bfbf59

#bfbf59 #8cbf59 #bf8c59

Monochromatic Colors of #bfbf59

#bfbf59

Complementary Color

#bfbf59 #5959bf

#bfbf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbf59 Color CSS Codes

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

#bfbf59 Text Font Color

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

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


#bfbf59 Background Color

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

This div background color is #bfbf59


#bfbf59 Border Color

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

This div border color is #bfbf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbf59


Comments

No comments written yet.

Please login to write comment.