Color Hex Logo

#bfa617 Color Hex

#BFA617
(191,166,23)
0 Favorites   0 Comments

Color spaces of #bfa617

RGB 19116623
HSL0.140.790.42
HSV51°88°75°
CMYK 0.000.130.88   0.25
XYZ35.276738.41076.3653
Yxy38.41070.44070.4798
Hunter Lab61.9764-6.857237.2941
CIE-Lab68.3222-4.133667.7615

#bfa617 color RGB value is (191,166,23).

#bfa617 hex color red value is 191, green value is 166 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bfa617 hue: 0.14 , saturation: 0.79 and the lightness value of bfa617 is 0.42.

The process color (four color CMYK) of #bfa617 color hex is 0.00, 0.13, 0.88, 0.25. Web safe color of #bfa617 is #cc9900. Color #bfa617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 00010111
Octal 277 246 27
Decimal 191 166 23
Hex BF A6 17

RGB Percentages of Color #bfa617

%50.26
%43.68
%6.05

CMYK Percentages of Color #bfa617

%0
%13
%88
%25

Triadic Colors of #bfa617

#bfa617 #17bfa6 #a617bf

Analogous Colors of #bfa617

#bfa617 #84bf17 #bf5217

Monochromatic Colors of #bfa617

#bfa617

Complementary Color

#bfa617 #1730bf

#bfa617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa617 Color CSS Codes

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

#bfa617 Text Font Color

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

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


#bfa617 Background Color

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

This div background color is #bfa617


#bfa617 Border Color

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

This div border color is #bfa617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa617


Comments

No comments written yet.

Please login to write comment.