Color Hex Logo

#bfac0c Color Hex

#BFAC0C
(191,172,12)
0 Favorites   0 Comments

Color spaces of #bfac0c

RGB 19117212
HSL0.150.880.40
HSV54°94°75°
CMYK 0.000.100.94   0.25
XYZ36.304740.60806.2725
Yxy40.60800.43640.4882
Hunter Lab63.7244-9.823738.7711
CIE-Lab69.9004-7.479170.8615

#bfac0c color RGB value is (191,172,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00001100
Octal 277 254 14
Decimal 191 172 12
Hex BF AC C

RGB Percentages of Color #bfac0c

%50.93
%45.87
%3.20

CMYK Percentages of Color #bfac0c

%0
%10
%94
%25

Triadic Colors of #bfac0c

#bfac0c #0cbfac #ac0cbf

Analogous Colors of #bfac0c

#bfac0c #79bf0c #bf530c

Monochromatic Colors of #bfac0c

#bfac0c

Complementary Color

#bfac0c #0c1fbf

#bfac0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac0c Color CSS Codes

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

#bfac0c Text Font Color

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

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


#bfac0c Background Color

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

This div background color is #bfac0c


#bfac0c Border Color

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

This div border color is #bfac0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac0c


Comments

No comments written yet.

Please login to write comment.