Color Hex Logo

#bfac2d Color Hex

#BFAC2D
(191,172,45)
0 Favorites   0 Comments

Color spaces of #bfac2d

RGB 19117245
HSL0.140.620.46
HSV52°76°75°
CMYK 0.000.100.76   0.25
XYZ36.712040.77098.4173
Yxy40.77090.42740.4746
Hunter Lab63.8521-9.111936.8806
CIE-Lab70.0151-6.621963.1030

#bfac2d color RGB value is (191,172,45).

#bfac2d hex color red value is 191, green value is 172 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bfac2d hue: 0.14 , saturation: 0.62 and the lightness value of bfac2d is 0.46.

The process color (four color CMYK) of #bfac2d color hex is 0.00, 0.10, 0.76, 0.25. Web safe color of #bfac2d is #cc9933. Color #bfac2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00101101
Octal 277 254 55
Decimal 191 172 45
Hex BF AC 2D

RGB Percentages of Color #bfac2d

%46.81
%42.16
%11.03

CMYK Percentages of Color #bfac2d

%0
%10
%76
%25

Triadic Colors of #bfac2d

#bfac2d #2dbfac #ac2dbf

Analogous Colors of #bfac2d

#bfac2d #89bf2d #bf632d

Monochromatic Colors of #bfac2d

#bfac2d

Complementary Color

#bfac2d #2d40bf

#bfac2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac2d Color CSS Codes

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

#bfac2d Text Font Color

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

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


#bfac2d Background Color

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

This div background color is #bfac2d


#bfac2d Border Color

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

This div border color is #bfac2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac2d


Comments

No comments written yet.

Please login to write comment.