Color Hex Logo

#bfac1d Color Hex

#BFAC1D
(191,172,29)
0 Favorites   0 Comments

Color spaces of #bfac1d

RGB 19117229
HSL0.150.740.43
HSV53°85°75°
CMYK 0.000.100.85   0.25
XYZ36.460240.67017.0909
Yxy40.67010.43290.4829
Hunter Lab63.7731-9.551438.0488
CIE-Lab69.9442-7.150567.7140

#bfac1d color RGB value is (191,172,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101100 00011101
Octal 277 254 35
Decimal 191 172 29
Hex BF AC 1D

RGB Percentages of Color #bfac1d

%48.72
%43.88
%7.40

CMYK Percentages of Color #bfac1d

%0
%10
%85
%25

Triadic Colors of #bfac1d

#bfac1d #1dbfac #ac1dbf

Analogous Colors of #bfac1d

#bfac1d #81bf1d #bf5b1d

Monochromatic Colors of #bfac1d

#bfac1d

Complementary Color

#bfac1d #1d30bf

#bfac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfac1d Color CSS Codes

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

#bfac1d Text Font Color

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

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


#bfac1d Background Color

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

This div background color is #bfac1d


#bfac1d Border Color

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

This div border color is #bfac1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfac1d


Comments

No comments written yet.

Please login to write comment.