Color Hex Logo

#bfad4d Color Hex

#BFAD4D
(191,173,77)
0 Favorites   0 Comments

Color spaces of #bfad4d

RGB 19117377
HSL0.140.470.53
HSV51°60°75°
CMYK 0.000.090.60   0.25
XYZ37.769041.499313.0407
Yxy41.49930.40920.4496
Hunter Lab64.4200-8.081533.0917
CIE-Lab70.5243-5.355250.5950

#bfad4d color RGB value is (191,173,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 01001101
Octal 277 255 115
Decimal 191 173 77
Hex BF AD 4D

RGB Percentages of Color #bfad4d

%43.31
%39.23
%17.46

CMYK Percentages of Color #bfad4d

%0
%9
%60
%25

Triadic Colors of #bfad4d

#bfad4d #4dbfad #ad4dbf

Analogous Colors of #bfad4d

#bfad4d #98bf4d #bf744d

Monochromatic Colors of #bfad4d

#bfad4d

Complementary Color

#bfad4d #4d5fbf

#bfad4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad4d Color CSS Codes

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

#bfad4d Text Font Color

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

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


#bfad4d Background Color

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

This div background color is #bfad4d


#bfad4d Border Color

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

This div border color is #bfad4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad4d


Comments

No comments written yet.

Please login to write comment.