Color Hex Logo

#bfac13 Color Hex

#BFAC13
(191,172,19)
0 Favorites   0 Comments

Color spaces of #bfac13

RGB 19117219
HSL0.150.820.41
HSV53°90°75°
CMYK 0.000.100.90   0.25
XYZ36.355940.62846.5420
Yxy40.62840.43530.4864
Hunter Lab63.7404-9.733938.5331
CIE-Lab69.9148-7.370669.7956

#bfac13 color RGB value is (191,172,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00010011
Octal 277 254 23
Decimal 191 172 19
Hex BF AC 13

RGB Percentages of Color #bfac13

%50.00
%45.03
%4.97

CMYK Percentages of Color #bfac13

%0
%10
%90
%25

Triadic Colors of #bfac13

#bfac13 #13bfac #ac13bf

Analogous Colors of #bfac13

#bfac13 #7cbf13 #bf5613

Monochromatic Colors of #bfac13

#bfac13

Complementary Color

#bfac13 #1326bf

#bfac13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac13 Color CSS Codes

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

#bfac13 Text Font Color

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

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


#bfac13 Background Color

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

This div background color is #bfac13


#bfac13 Border Color

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

This div border color is #bfac13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac13


Comments

No comments written yet.

Please login to write comment.