Color Hex Logo

#bfad57 Color Hex

#BFAD57
(191,173,87)
0 Favorites   0 Comments

Color spaces of #bfad57

RGB 19117387
HSL0.140.450.55
HSV50°54°75°
CMYK 0.000.090.54   0.25
XYZ38.149741.651615.0457
Yxy41.65160.40220.4391
Hunter Lab64.5381-7.426831.3544
CIE-Lab70.6300-4.579945.9637

#bfad57 color RGB value is (191,173,87).

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

The process color (four color CMYK) of #bfad57 color hex is 0.00, 0.09, 0.54, 0.25. Web safe color of #bfad57 is #cc9966. Color #bfad57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 01010111
Octal 277 255 127
Decimal 191 173 87
Hex BF AD 57

RGB Percentages of Color #bfad57

%42.35
%38.36
%19.29

CMYK Percentages of Color #bfad57

%0
%9
%54
%25

Triadic Colors of #bfad57

#bfad57 #57bfad #ad57bf

Analogous Colors of #bfad57

#bfad57 #9dbf57 #bf7957

Monochromatic Colors of #bfad57

#bfad57

Complementary Color

#bfad57 #5769bf

#bfad57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad57 Color CSS Codes

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

#bfad57 Text Font Color

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

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


#bfad57 Background Color

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

This div background color is #bfad57


#bfad57 Border Color

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

This div border color is #bfad57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad57


Comments

No comments written yet.

Please login to write comment.