Color Hex Logo

#bfa70a Color Hex

#BFA70A
(191,167,10)
0 Favorites   0 Comments

Color spaces of #bfa70a

RGB 19116710
HSL0.140.900.39
HSV52°95°75°
CMYK 0.000.130.95   0.25
XYZ35.359438.73575.9003
Yxy38.73570.44200.4842
Hunter Lab62.2380-7.505037.9458
CIE-Lab68.5594-4.875370.1085

#bfa70a color RGB value is (191,167,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00001010
Octal 277 247 12
Decimal 191 167 10
Hex BF A7 A

RGB Percentages of Color #bfa70a

%51.90
%45.38
%2.72

CMYK Percentages of Color #bfa70a

%0
%13
%95
%25

Triadic Colors of #bfa70a

#bfa70a #0abfa7 #a70abf

Analogous Colors of #bfa70a

#bfa70a #7dbf0a #bf4d0a

Monochromatic Colors of #bfa70a

#bfa70a

Complementary Color

#bfa70a #0a22bf

#bfa70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa70a Color CSS Codes

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

#bfa70a Text Font Color

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

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


#bfa70a Background Color

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

This div background color is #bfa70a


#bfa70a Border Color

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

This div border color is #bfa70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa70a


Comments

No comments written yet.

Please login to write comment.