Color Hex Logo

#bfa84a Color Hex

#BFA84A
(191,168,74)
0 Favorites   0 Comments

Color spaces of #bfa84a

RGB 19116874
HSL0.130.480.52
HSV48°61°75°
CMYK 0.000.120.61   0.25
XYZ36.724539.576012.1819
Yxy39.57600.41500.4473
Hunter Lab62.9095-5.889032.5556
CIE-Lab69.1665-2.922650.4673

#bfa84a color RGB value is (191,168,74).

#bfa84a hex color red value is 191, green value is 168 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bfa84a hue: 0.13 , saturation: 0.48 and the lightness value of bfa84a is 0.52.

The process color (four color CMYK) of #bfa84a color hex is 0.00, 0.12, 0.61, 0.25. Web safe color of #bfa84a is #cc9933. Color #bfa84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 01001010
Octal 277 250 112
Decimal 191 168 74
Hex BF A8 4A

RGB Percentages of Color #bfa84a

%44.11
%38.80
%17.09

CMYK Percentages of Color #bfa84a

%0
%12
%61
%25

Triadic Colors of #bfa84a

#bfa84a #4abfa8 #a84abf

Analogous Colors of #bfa84a

#bfa84a #9cbf4a #bf6e4a

Monochromatic Colors of #bfa84a

#bfa84a

Complementary Color

#bfa84a #4a61bf

#bfa84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa84a Color CSS Codes

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

#bfa84a Text Font Color

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

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


#bfa84a Background Color

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

This div background color is #bfa84a


#bfa84a Border Color

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

This div border color is #bfa84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa84a


Comments

No comments written yet.

Please login to write comment.