Color Hex Logo

#bfa417 Color Hex

#BFA417
(191,164,23)
0 Favorites   0 Comments

Color spaces of #bfa417

RGB 19116423
HSL0.140.790.42
HSV50°88°75°
CMYK 0.000.140.88   0.25
XYZ34.916037.68916.2451
Yxy37.68910.44280.4780
Hunter Lab61.3914-5.914336.9427
CIE-Lab67.7908-3.072167.3370

#bfa417 color RGB value is (191,164,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 00010111
Octal 277 244 27
Decimal 191 164 23
Hex BF A4 17

RGB Percentages of Color #bfa417

%50.53
%43.39
%6.08

CMYK Percentages of Color #bfa417

%0
%14
%88
%25

Triadic Colors of #bfa417

#bfa417 #17bfa4 #a417bf

Analogous Colors of #bfa417

#bfa417 #86bf17 #bf5017

Monochromatic Colors of #bfa417

#bfa417

Complementary Color

#bfa417 #1732bf

#bfa417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa417 Color CSS Codes

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

#bfa417 Text Font Color

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

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


#bfa417 Background Color

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

This div background color is #bfa417


#bfa417 Border Color

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

This div border color is #bfa417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa417


Comments

No comments written yet.

Please login to write comment.