Color Hex Logo

#bfaf60 Color Hex

#BFAF60
(191,175,96)
0 Favorites   0 Comments

Color spaces of #bfaf60

RGB 19117596
HSL0.140.430.56
HSV50°50°75°
CMYK 0.000.080.50   0.25
XYZ38.927242.580817.2336
Yxy42.58080.39420.4312
Hunter Lab65.2540-7.710430.0193
CIE-Lab71.2695-4.847542.2793

#bfaf60 color RGB value is (191,175,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 01100000
Octal 277 257 140
Decimal 191 175 96
Hex BF AF 60

RGB Percentages of Color #bfaf60

%41.34
%37.88
%20.78

CMYK Percentages of Color #bfaf60

%0
%8
%50
%25

Triadic Colors of #bfaf60

#bfaf60 #60bfaf #af60bf

Analogous Colors of #bfaf60

#bfaf60 #a0bf60 #bf8060

Monochromatic Colors of #bfaf60

#bfaf60

Complementary Color

#bfaf60 #6070bf

#bfaf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfaf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfaf60 Color CSS Codes

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

#bfaf60 Text Font Color

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

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


#bfaf60 Background Color

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

This div background color is #bfaf60


#bfaf60 Border Color

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

This div border color is #bfaf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfaf60


Comments

No comments written yet.

Please login to write comment.