Color Hex Logo

#bfb93f Color Hex

#BFB93F
(191,185,63)
0 Favorites   0 Comments

Color spaces of #bfb93f

RGB 19118563
HSL0.160.500.50
HSV57°67°75°
CMYK 0.000.030.67   0.25
XYZ39.732046.133211.5131
Yxy46.13320.40800.4738
Hunter Lab67.9214-14.445337.4950
CIE-Lab73.6319-12.488659.9632

#bfb93f color RGB value is (191,185,63).

#bfb93f hex color red value is 191, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfb93f hue: 0.16 , saturation: 0.50 and the lightness value of bfb93f is 0.50.

The process color (four color CMYK) of #bfb93f color hex is 0.00, 0.03, 0.67, 0.25. Web safe color of #bfb93f is #cccc33. Color #bfb93f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111001 00111111
Octal 277 271 77
Decimal 191 185 63
Hex BF B9 3F

RGB Percentages of Color #bfb93f

%43.51
%42.14
%14.35

CMYK Percentages of Color #bfb93f

%0
%3
%67
%25

Triadic Colors of #bfb93f

#bfb93f #3fbfb9 #b93fbf

Analogous Colors of #bfb93f

#bfb93f #85bf3f #bf793f

Monochromatic Colors of #bfb93f

#bfb93f

Complementary Color

#bfb93f #3f45bf

#bfb93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb93f Color CSS Codes

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

#bfb93f Text Font Color

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

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


#bfb93f Background Color

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

This div background color is #bfb93f


#bfb93f Border Color

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

This div border color is #bfb93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb93f


Comments

No comments written yet.

Please login to write comment.