Color Hex Logo

#bfa80e Color Hex

#BFA80E
(191,168,14)
0 Favorites   0 Comments

Color spaces of #bfa80e

RGB 19116814
HSL0.150.860.40
HSV52°93°75°
CMYK 0.000.120.93   0.25
XYZ35.567839.11336.0905
Yxy39.11330.44040.4842
Hunter Lab62.5406-7.930438.0045
CIE-Lab68.8333-5.350769.7761

#bfa80e color RGB value is (191,168,14).

#bfa80e hex color red value is 191, green value is 168 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bfa80e hue: 0.15 , saturation: 0.86 and the lightness value of bfa80e is 0.40.

The process color (four color CMYK) of #bfa80e color hex is 0.00, 0.12, 0.93, 0.25. Web safe color of #bfa80e is #cc9900. Color #bfa80e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 00001110
Octal 277 250 16
Decimal 191 168 14
Hex BF A8 E

RGB Percentages of Color #bfa80e

%51.21
%45.04
%3.75

CMYK Percentages of Color #bfa80e

%0
%12
%93
%25

Triadic Colors of #bfa80e

#bfa80e #0ebfa8 #a80ebf

Analogous Colors of #bfa80e

#bfa80e #7ebf0e #bf4f0e

Monochromatic Colors of #bfa80e

#bfa80e

Complementary Color

#bfa80e #0e25bf

#bfa80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa80e Color CSS Codes

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

#bfa80e Text Font Color

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

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


#bfa80e Background Color

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

This div background color is #bfa80e


#bfa80e Border Color

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

This div border color is #bfa80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa80e


Comments

No comments written yet.

Please login to write comment.