Color Hex Logo

#bfac09 Color Hex

#BFAC09
(191,172,9)
0 Favorites   0 Comments

Color spaces of #bfac09

RGB 1911729
HSL0.150.910.39
HSV54°95°75°
CMYK 0.000.100.95   0.25
XYZ36.287740.60116.1827
Yxy40.60110.43680.4887
Hunter Lab63.7190-9.853238.8503
CIE-Lab69.8955-7.514871.2235

#bfac09 color RGB value is (191,172,9).

#bfac09 hex color red value is 191, green value is 172 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #bfac09 hue: 0.15 , saturation: 0.91 and the lightness value of bfac09 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00001001
Octal 277 254 11
Decimal 191 172 9
Hex BF AC 9

RGB Percentages of Color #bfac09

%51.34
%46.24
%2.42

CMYK Percentages of Color #bfac09

%0
%10
%95
%25

Triadic Colors of #bfac09

#bfac09 #09bfac #ac09bf

Analogous Colors of #bfac09

#bfac09 #77bf09 #bf5109

Monochromatic Colors of #bfac09

#bfac09

Complementary Color

#bfac09 #091cbf

#bfac09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac09 Color CSS Codes

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

#bfac09 Text Font Color

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

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


#bfac09 Background Color

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

This div background color is #bfac09


#bfac09 Border Color

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

This div border color is #bfac09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac09


Comments

No comments written yet.

Please login to write comment.