Color Hex Logo

#bfa300 Color Hex

#BFA300
(191,163,0)
0 Favorites   0 Comments

Color spaces of #bfa300

RGB 1911630
HSL0.141.000.37
HSV51°100°75°
CMYK 0.000.151.00   0.25
XYZ34.583137.27085.3713
Yxy37.27080.44780.4826
Hunter Lab61.0498-5.721737.5184
CIE-Lab67.4797-2.872670.5800

#bfa300 color RGB value is (191,163,0).

#bfa300 hex color red value is 191, green value is 163 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bfa300 hue: 0.14 , saturation: 1.00 and the lightness value of bfa300 is 0.37.

The process color (four color CMYK) of #bfa300 color hex is 0.00, 0.15, 1.00, 0.25. Web safe color of #bfa300 is #cc9900. Color #bfa300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00000000
Octal 277 243 0
Decimal 191 163 0
Hex BF A3 0

RGB Percentages of Color #bfa300

%53.95
%46.05
%0.00

CMYK Percentages of Color #bfa300

%0
%15
%100
%25

Triadic Colors of #bfa300

#bfa300 #00bfa3 #a300bf

Analogous Colors of #bfa300

#bfa300 #7cbf00 #bf4400

Monochromatic Colors of #bfa300

#bfa300

Complementary Color

#bfa300 #001cbf

#bfa300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa300 Color CSS Codes

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

#bfa300 Text Font Color

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

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


#bfa300 Background Color

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

This div background color is #bfa300


#bfa300 Border Color

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

This div border color is #bfa300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa300

#bfa300 Color Palettes


Comments

No comments written yet.

Please login to write comment.