Color Hex Logo

#bfad2b Color Hex

#BFAD2B
(191,173,43)
0 Favorites   0 Comments

Color spaces of #bfad2b

RGB 19117343
HSL0.150.630.46
HSV53°77°75°
CMYK 0.000.090.77   0.25
XYZ36.865541.13798.2829
Yxy41.13790.42720.4768
Hunter Lab64.1388-9.645337.2405
CIE-Lab70.2724-7.224364.0025

#bfad2b color RGB value is (191,173,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 00101011
Octal 277 255 53
Decimal 191 173 43
Hex BF AD 2B

RGB Percentages of Color #bfad2b

%46.93
%42.51
%10.57

CMYK Percentages of Color #bfad2b

%0
%9
%77
%25

Triadic Colors of #bfad2b

#bfad2b #2bbfad #ad2bbf

Analogous Colors of #bfad2b

#bfad2b #87bf2b #bf632b

Monochromatic Colors of #bfad2b

#bfad2b

Complementary Color

#bfad2b #2b3dbf

#bfad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfad2b Color CSS Codes

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

#bfad2b Text Font Color

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

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


#bfad2b Background Color

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

This div background color is #bfad2b


#bfad2b Border Color

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

This div border color is #bfad2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfad2b


Comments

No comments written yet.

Please login to write comment.