Color Hex Logo

#bfa700 Color Hex

#BFA700
(191,167,0)
0 Favorites   0 Comments

Color spaces of #bfa700

RGB 1911670
HSL0.151.000.37
HSV52°100°75°
CMYK 0.000.131.00   0.25
XYZ35.304638.71385.6118
Yxy38.71380.44340.4862
Hunter Lab62.2204-7.602738.2068
CIE-Lab68.5434-4.992471.3352

#bfa700 color RGB value is (191,167,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00000000
Octal 277 247 0
Decimal 191 167 0
Hex BF A7 0

RGB Percentages of Color #bfa700

%53.35
%46.65
%0.00

CMYK Percentages of Color #bfa700

%0
%13
%100
%25

Triadic Colors of #bfa700

#bfa700 #00bfa7 #a700bf

Analogous Colors of #bfa700

#bfa700 #78bf00 #bf4700

Monochromatic Colors of #bfa700

#bfa700

Complementary Color

#bfa700 #0018bf

#bfa700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa700 Color CSS Codes

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

#bfa700 Text Font Color

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

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


#bfa700 Background Color

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

This div background color is #bfa700


#bfa700 Border Color

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

This div border color is #bfa700


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,167,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 #bfa700">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa700


Comments

No comments written yet.

Please login to write comment.