Color Hex Logo

#bfa321 Color Hex

#BFA321
(191,163,33)
0 Favorites   0 Comments

Color spaces of #bfa321

RGB 19116333
HSL0.140.710.44
HSV49°83°75°
CMYK 0.000.150.83   0.25
XYZ34.857637.38066.8168
Yxy37.38060.44090.4728
Hunter Lab61.1397-5.226136.1872
CIE-Lab67.5616-2.283764.6566

#bfa321 color RGB value is (191,163,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100011 00100001
Octal 277 243 41
Decimal 191 163 33
Hex BF A3 21

RGB Percentages of Color #bfa321

%49.35
%42.12
%8.53

CMYK Percentages of Color #bfa321

%0
%15
%83
%25

Triadic Colors of #bfa321

#bfa321 #21bfa3 #a321bf

Analogous Colors of #bfa321

#bfa321 #8cbf21 #bf5421

Monochromatic Colors of #bfa321

#bfa321

Complementary Color

#bfa321 #213dbf

#bfa321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa321 Color CSS Codes

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

#bfa321 Text Font Color

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

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


#bfa321 Background Color

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

This div background color is #bfa321


#bfa321 Border Color

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

This div border color is #bfa321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa321


Comments

No comments written yet.

Please login to write comment.