Color Hex Logo

#bfa600 Color Hex

#BFA600
(191,166,0)
0 Favorites   0 Comments

Color spaces of #bfa600

RGB 1911660
HSL0.141.000.37
HSV52°100°75°
CMYK 0.000.131.00   0.25
XYZ35.122138.34885.5509
Yxy38.34880.44450.4853
Hunter Lab61.9264-7.133438.0339
CIE-Lab68.2769-4.464071.1459

#bfa600 color RGB value is (191,166,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00000000
Octal 277 246 0
Decimal 191 166 0
Hex BF A6 0

RGB Percentages of Color #bfa600

%53.50
%46.50
%0.00

CMYK Percentages of Color #bfa600

%0
%13
%100
%25

Triadic Colors of #bfa600

#bfa600 #00bfa6 #a600bf

Analogous Colors of #bfa600

#bfa600 #79bf00 #bf4600

Monochromatic Colors of #bfa600

#bfa600

Complementary Color

#bfa600 #0019bf

#bfa600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa600 Color CSS Codes

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

#bfa600 Text Font Color

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

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


#bfa600 Background Color

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

This div background color is #bfa600


#bfa600 Border Color

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

This div border color is #bfa600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa600


Comments

No comments written yet.

Please login to write comment.