Color Hex Logo

#bfb70f Color Hex

#BFB70F
(191,183,15)
0 Favorites   0 Comments

Color spaces of #bfb70f

RGB 19118315
HSL0.160.850.40
HSV57°92°75°
CMYK 0.000.040.92   0.25
XYZ38.505644.97787.1041
Yxy44.97780.42510.4965
Hunter Lab67.0655-14.879040.6654
CIE-Lab72.8773-13.122872.7211

#bfb70f color RGB value is (191,183,15).

#bfb70f hex color red value is 191, green value is 183 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bfb70f hue: 0.16 , saturation: 0.85 and the lightness value of bfb70f is 0.40.

The process color (four color CMYK) of #bfb70f color hex is 0.00, 0.04, 0.92, 0.25. Web safe color of #bfb70f is #cccc00. Color #bfb70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110111 00001111
Octal 277 267 17
Decimal 191 183 15
Hex BF B7 F

RGB Percentages of Color #bfb70f

%49.10
%47.04
%3.86

CMYK Percentages of Color #bfb70f

%0
%4
%92
%25

Triadic Colors of #bfb70f

#bfb70f #0fbfb7 #b70fbf

Analogous Colors of #bfb70f

#bfb70f #6fbf0f #bf5f0f

Monochromatic Colors of #bfb70f

#bfb70f

Complementary Color

#bfb70f #0f17bf

#bfb70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb70f Color CSS Codes

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

#bfb70f Text Font Color

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

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


#bfb70f Background Color

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

This div background color is #bfb70f


#bfb70f Border Color

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

This div border color is #bfb70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb70f


Comments

No comments written yet.

Please login to write comment.