Color Hex Logo

#bfbf58 Color Hex

#BFBF58
(191,191,88)
0 Favorites   0 Comments

Color spaces of #bfbf58

RGB 19119188
HSL0.170.450.55
HSV60°54°75°
CMYK 0.000.000.54   0.25
XYZ41.878149.042516.4915
Yxy49.04250.38990.4566
Hunter Lab70.0304-15.810235.0590
CIE-Lab75.4778-13.831551.1106

#bfbf58 color RGB value is (191,191,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111111 01011000
Octal 277 277 130
Decimal 191 191 88
Hex BF BF 58

RGB Percentages of Color #bfbf58

%40.64
%40.64
%18.72

CMYK Percentages of Color #bfbf58

%0
%0
%54
%25

Triadic Colors of #bfbf58

#bfbf58 #58bfbf #bf58bf

Analogous Colors of #bfbf58

#bfbf58 #8cbf58 #bf8c58

Monochromatic Colors of #bfbf58

#bfbf58

Complementary Color

#bfbf58 #5858bf

#bfbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbf58 Color CSS Codes

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

#bfbf58 Text Font Color

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

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


#bfbf58 Background Color

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

This div background color is #bfbf58


#bfbf58 Border Color

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

This div border color is #bfbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbf58


Comments

No comments written yet.

Please login to write comment.