Color Hex Logo

#bfb40a Color Hex

#BFB40A
(191,180,10)
0 Favorites   0 Comments

Color spaces of #bfb40a

RGB 19118010
HSL0.160.900.39
HSV56°95°75°
CMYK 0.000.060.95   0.25
XYZ37.861943.74086.7344
Yxy43.74080.42860.4952
Hunter Lab66.1368-13.552140.2586
CIE-Lab72.0549-11.651472.7249

#bfb40a color RGB value is (191,180,10).

#bfb40a hex color red value is 191, green value is 180 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bfb40a hue: 0.16 , saturation: 0.90 and the lightness value of bfb40a is 0.39.

The process color (four color CMYK) of #bfb40a color hex is 0.00, 0.06, 0.95, 0.25. Web safe color of #bfb40a is #cccc00. Color #bfb40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110100 00001010
Octal 277 264 12
Decimal 191 180 10
Hex BF B4 A

RGB Percentages of Color #bfb40a

%50.13
%47.24
%2.62

CMYK Percentages of Color #bfb40a

%0
%6
%95
%25

Triadic Colors of #bfb40a

#bfb40a #0abfb4 #b40abf

Analogous Colors of #bfb40a

#bfb40a #70bf0a #bf5a0a

Monochromatic Colors of #bfb40a

#bfb40a

Complementary Color

#bfb40a #0a15bf

#bfb40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb40a Color CSS Codes

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

#bfb40a Text Font Color

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

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


#bfb40a Background Color

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

This div background color is #bfb40a


#bfb40a Border Color

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

This div border color is #bfb40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb40a


Comments

No comments written yet.

Please login to write comment.