Color Hex Logo

#bfad2e Color Hex

#BFAD2E
(191,173,46)
0 Favorites   0 Comments

Color spaces of #bfad2e

RGB 19117346
HSL0.150.610.46
HSV53°76°75°
CMYK 0.000.090.76   0.25
XYZ36.922641.16088.5836
Yxy41.16080.42600.4749
Hunter Lab64.1567-9.546336.9772
CIE-Lab70.2884-7.105163.0168

#bfad2e color RGB value is (191,173,46).

#bfad2e hex color red value is 191, green value is 173 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bfad2e hue: 0.15 , saturation: 0.61 and the lightness value of bfad2e is 0.46.

The process color (four color CMYK) of #bfad2e color hex is 0.00, 0.09, 0.76, 0.25. Web safe color of #bfad2e is #cc9933. Color #bfad2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00101110
Octal 277 255 56
Decimal 191 173 46
Hex BF AD 2E

RGB Percentages of Color #bfad2e

%46.59
%42.20
%11.22

CMYK Percentages of Color #bfad2e

%0
%9
%76
%25

Triadic Colors of #bfad2e

#bfad2e #2ebfad #ad2ebf

Analogous Colors of #bfad2e

#bfad2e #89bf2e #bf652e

Monochromatic Colors of #bfad2e

#bfad2e

Complementary Color

#bfad2e #2e40bf

#bfad2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad2e Color CSS Codes

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

#bfad2e Text Font Color

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

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


#bfad2e Background Color

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

This div background color is #bfad2e


#bfad2e Border Color

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

This div border color is #bfad2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad2e


Comments

No comments written yet.

Please login to write comment.