Color Hex Logo

#b9ad2d Color Hex

#B9AD2D
(185,173,45)
0 Favorites   0 Comments

Color spaces of #b9ad2d

RGB 18517345
HSL0.150.610.45
HSV55°76°73°
CMYK 0.000.060.76   0.27
XYZ35.424840.39098.4118
Yxy40.39090.42060.4795
Hunter Lab63.5538-11.723636.6402
CIE-Lab69.7470-9.773062.6593

#b9ad2d color RGB value is (185,173,45).

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

The process color (four color CMYK) of #b9ad2d color hex is 0.00, 0.06, 0.76, 0.27. Web safe color of #b9ad2d is #cc9933. Color #b9ad2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 00101101
Octal 271 255 55
Decimal 185 173 45
Hex B9 AD 2D

RGB Percentages of Color #b9ad2d

%45.91
%42.93
%11.17

CMYK Percentages of Color #b9ad2d

%0
%6
%76
%27

Triadic Colors of #b9ad2d

#b9ad2d #2db9ad #ad2db9

Analogous Colors of #b9ad2d

#b9ad2d #7fb92d #b9672d

Monochromatic Colors of #b9ad2d

#b9ad2d

Complementary Color

#b9ad2d #2d39b9

#b9ad2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ad2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ad2d Color CSS Codes

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

#b9ad2d Text Font Color

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

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


#b9ad2d Background Color

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

This div background color is #b9ad2d


#b9ad2d Border Color

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

This div border color is #b9ad2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ad2d


Comments

No comments written yet.

Please login to write comment.