Color Hex Logo

#bfa01e Color Hex

#BFA01E
(191,160,30)
0 Favorites   0 Comments

Color spaces of #bfa01e

RGB 19116030
HSL0.130.730.43
HSV48°84°75°
CMYK 0.000.160.84   0.25
XYZ34.291036.31176.4298
Yxy36.31170.44510.4714
Hunter Lab60.2592-3.876735.8550
CIE-Lab66.7574-0.767164.8022

#bfa01e color RGB value is (191,160,30).

#bfa01e hex color red value is 191, green value is 160 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bfa01e hue: 0.13 , saturation: 0.73 and the lightness value of bfa01e is 0.43.

The process color (four color CMYK) of #bfa01e color hex is 0.00, 0.16, 0.84, 0.25. Web safe color of #bfa01e is #cc9933. Color #bfa01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100000 00011110
Octal 277 240 36
Decimal 191 160 30
Hex BF A0 1E

RGB Percentages of Color #bfa01e

%50.13
%41.99
%7.87

CMYK Percentages of Color #bfa01e

%0
%16
%84
%25

Triadic Colors of #bfa01e

#bfa01e #1ebfa0 #a01ebf

Analogous Colors of #bfa01e

#bfa01e #8ebf1e #bf501e

Monochromatic Colors of #bfa01e

#bfa01e

Complementary Color

#bfa01e #1e3dbf

#bfa01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa01e Color CSS Codes

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

#bfa01e Text Font Color

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

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


#bfa01e Background Color

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

This div background color is #bfa01e


#bfa01e Border Color

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

This div border color is #bfa01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa01e


Comments

No comments written yet.

Please login to write comment.