Color Hex Logo

#bfad3f Color Hex

#BFAD3F
(191,173,63)
0 Favorites   0 Comments

Color spaces of #bfad3f

RGB 19117363
HSL0.140.500.50
HSV52°67°75°
CMYK 0.000.090.67   0.25
XYZ37.326641.322410.7113
Yxy41.32240.41770.4624
Hunter Lab64.2825-8.845735.1183
CIE-Lab70.4012-6.265456.6416

#bfad3f color RGB value is (191,173,63).

#bfad3f hex color red value is 191, green value is 173 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bfad3f hue: 0.14 , saturation: 0.50 and the lightness value of bfad3f is 0.50.

The process color (four color CMYK) of #bfad3f color hex is 0.00, 0.09, 0.67, 0.25. Web safe color of #bfad3f is #cc9933. Color #bfad3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00111111
Octal 277 255 77
Decimal 191 173 63
Hex BF AD 3F

RGB Percentages of Color #bfad3f

%44.73
%40.52
%14.75

CMYK Percentages of Color #bfad3f

%0
%9
%67
%25

Triadic Colors of #bfad3f

#bfad3f #3fbfad #ad3fbf

Analogous Colors of #bfad3f

#bfad3f #91bf3f #bf6d3f

Monochromatic Colors of #bfad3f

#bfad3f

Complementary Color

#bfad3f #3f51bf

#bfad3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad3f Color CSS Codes

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

#bfad3f Text Font Color

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

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


#bfad3f Background Color

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

This div background color is #bfad3f


#bfad3f Border Color

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

This div border color is #bfad3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad3f


Comments

No comments written yet.

Please login to write comment.