Color Hex Logo

#bfaf57 Color Hex

#BFAF57
(191,175,87)
0 Favorites   0 Comments

Color spaces of #bfaf57

RGB 19117587
HSL0.140.450.55
HSV51°54°75°
CMYK 0.000.080.54   0.25
XYZ38.536142.424415.1745
Yxy42.42440.40090.4413
Hunter Lab65.1340-8.376231.7808
CIE-Lab71.1625-5.634146.5876

#bfaf57 color RGB value is (191,175,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01010111
Octal 277 257 127
Decimal 191 175 87
Hex BF AF 57

RGB Percentages of Color #bfaf57

%42.16
%38.63
%19.21

CMYK Percentages of Color #bfaf57

%0
%8
%54
%25

Triadic Colors of #bfaf57

#bfaf57 #57bfaf #af57bf

Analogous Colors of #bfaf57

#bfaf57 #9bbf57 #bf7b57

Monochromatic Colors of #bfaf57

#bfaf57

Complementary Color

#bfaf57 #5767bf

#bfaf57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf57 Color CSS Codes

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

#bfaf57 Text Font Color

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

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


#bfaf57 Background Color

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

This div background color is #bfaf57


#bfaf57 Border Color

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

This div border color is #bfaf57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf57


Comments

No comments written yet.

Please login to write comment.