Color Hex Logo

#bfad2c Color Hex

#BFAD2C
(191,173,44)
0 Favorites   0 Comments

Color spaces of #bfad2c

RGB 19117344
HSL0.150.630.46
HSV53°77°75°
CMYK 0.000.090.77   0.25
XYZ36.884141.14548.3807
Yxy41.14540.42680.4762
Hunter Lab64.1447-9.613237.1549
CIE-Lab70.2777-7.185563.6793

#bfad2c color RGB value is (191,173,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00101100
Octal 277 255 54
Decimal 191 173 44
Hex BF AD 2C

RGB Percentages of Color #bfad2c

%46.81
%42.40
%10.78

CMYK Percentages of Color #bfad2c

%0
%9
%77
%25

Triadic Colors of #bfad2c

#bfad2c #2cbfad #ad2cbf

Analogous Colors of #bfad2c

#bfad2c #88bf2c #bf642c

Monochromatic Colors of #bfad2c

#bfad2c

Complementary Color

#bfad2c #2c3ebf

#bfad2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad2c Color CSS Codes

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

#bfad2c Text Font Color

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

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


#bfad2c Background Color

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

This div background color is #bfad2c


#bfad2c Border Color

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

This div border color is #bfad2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad2c


Comments

No comments written yet.

Please login to write comment.