Color Hex Logo

#bfad5e Color Hex

#BFAD5E
(191,173,94)
0 Favorites   0 Comments

Color spaces of #bfad5e

RGB 19117394
HSL0.140.430.56
HSV49°51°75°
CMYK 0.000.090.51   0.25
XYZ38.449841.771716.6259
Yxy41.77170.39700.4313
Hunter Lab64.6310-6.912429.9898
CIE-Lab70.7132-3.973942.6071

#bfad5e color RGB value is (191,173,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 01011110
Octal 277 255 136
Decimal 191 173 94
Hex BF AD 5E

RGB Percentages of Color #bfad5e

%41.70
%37.77
%20.52

CMYK Percentages of Color #bfad5e

%0
%9
%51
%25

Triadic Colors of #bfad5e

#bfad5e #5ebfad #ad5ebf

Analogous Colors of #bfad5e

#bfad5e #a1bf5e #bf7d5e

Monochromatic Colors of #bfad5e

#bfad5e

Complementary Color

#bfad5e #5e70bf

#bfad5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad5e Color CSS Codes

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

#bfad5e Text Font Color

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

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


#bfad5e Background Color

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

This div background color is #bfad5e


#bfad5e Border Color

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

This div border color is #bfad5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad5e


Comments

No comments written yet.

Please login to write comment.