Color Hex Logo

#bfa71e Color Hex

#BFA71E
(191,167,30)
0 Favorites   0 Comments

Color spaces of #bfa71e

RGB 19116730
HSL0.140.730.43
HSV51°84°75°
CMYK 0.000.130.84   0.25
XYZ35.538938.80756.8458
Yxy38.80750.43770.4780
Hunter Lab62.2957-7.185437.0915
CIE-Lab68.6116-4.492966.3544

#bfa71e color RGB value is (191,167,30).

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

The process color (four color CMYK) of #bfa71e color hex is 0.00, 0.13, 0.84, 0.25. Web safe color of #bfa71e is #cc9933. Color #bfa71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100111 00011110
Octal 277 247 36
Decimal 191 167 30
Hex BF A7 1E

RGB Percentages of Color #bfa71e

%49.23
%43.04
%7.73

CMYK Percentages of Color #bfa71e

%0
%13
%84
%25

Triadic Colors of #bfa71e

#bfa71e #1ebfa7 #a71ebf

Analogous Colors of #bfa71e

#bfa71e #87bf1e #bf571e

Monochromatic Colors of #bfa71e

#bfa71e

Complementary Color

#bfa71e #1e36bf

#bfa71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa71e Color CSS Codes

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

#bfa71e Text Font Color

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

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


#bfa71e Background Color

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

This div background color is #bfa71e


#bfa71e Border Color

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

This div border color is #bfa71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa71e


Comments

No comments written yet.

Please login to write comment.