Color Hex Logo

#bfa31d Color Hex

#BFA31D
(191,163,29)
0 Favorites   0 Comments

Color spaces of #bfa31d

RGB 19116329
HSL0.140.740.43
HSV50°85°75°
CMYK 0.000.150.85   0.25
XYZ34.804837.35956.5391
Yxy37.35950.44220.4747
Hunter Lab61.1224-5.321436.4426
CIE-Lab67.5459-2.396765.7228

#bfa31d color RGB value is (191,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00011101
Octal 277 243 35
Decimal 191 163 29
Hex BF A3 1D

RGB Percentages of Color #bfa31d

%49.87
%42.56
%7.57

CMYK Percentages of Color #bfa31d

%0
%15
%85
%25

Triadic Colors of #bfa31d

#bfa31d #1dbfa3 #a31dbf

Analogous Colors of #bfa31d

#bfa31d #8abf1d #bf521d

Monochromatic Colors of #bfa31d

#bfa31d

Complementary Color

#bfa31d #1d39bf

#bfa31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa31d Color CSS Codes

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

#bfa31d Text Font Color

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

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


#bfa31d Background Color

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

This div background color is #bfa31d


#bfa31d Border Color

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

This div border color is #bfa31d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,163,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 #bfa31d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa31d


Comments

No comments written yet.

Please login to write comment.