Color Hex Logo

#b4ad49 Color Hex

#B4AD49
(180,173,73)
0 Favorites   0 Comments

Color spaces of #b4ad49

RGB 18017373
HSL0.160.420.50
HSV56°59°71°
CMYK 0.000.040.59   0.29
XYZ34.968640.071512.1949
Yxy40.07150.40090.4594
Hunter Lab63.3021-12.173732.8894
CIE-Lab69.5204-10.347451.0433

#b4ad49 color RGB value is (180,173,73).

#b4ad49 hex color red value is 180, green value is 173 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b4ad49 hue: 0.16 , saturation: 0.42 and the lightness value of b4ad49 is 0.50.

The process color (four color CMYK) of #b4ad49 color hex is 0.00, 0.04, 0.59, 0.29. Web safe color of #b4ad49 is #cc9933. Color #b4ad49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10101101 01001001
Octal 264 255 111
Decimal 180 173 73
Hex B4 AD 49

RGB Percentages of Color #b4ad49

%42.25
%40.61
%17.14

CMYK Percentages of Color #b4ad49

%0
%4
%59
%29

Triadic Colors of #b4ad49

#b4ad49 #49b4ad #ad49b4

Analogous Colors of #b4ad49

#b4ad49 #86b449 #b47849

Monochromatic Colors of #b4ad49

#b4ad49

Complementary Color

#b4ad49 #4950b4

#b4ad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ad49 Color CSS Codes

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

#b4ad49 Text Font Color

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

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


#b4ad49 Background Color

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

This div background color is #b4ad49


#b4ad49 Border Color

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

This div border color is #b4ad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ad49

#b4ad49 Color Palettes


Comments

No comments written yet.

Please login to write comment.