Color Hex Logo

#b9ad31 Color Hex

#B9AD31
(185,173,49)
0 Favorites   0 Comments

Color spaces of #b9ad31

RGB 18517349
HSL0.150.580.46
HSV55°74°73°
CMYK 0.000.060.74   0.27
XYZ35.505540.42328.8368
Yxy40.42320.41890.4769
Hunter Lab63.5792-11.581336.2648
CIE-Lab69.7699-9.598461.2877

#b9ad31 color RGB value is (185,173,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101101 00110001
Octal 271 255 61
Decimal 185 173 49
Hex B9 AD 31

RGB Percentages of Color #b9ad31

%45.45
%42.51
%12.04

CMYK Percentages of Color #b9ad31

%0
%6
%74
%27

Triadic Colors of #b9ad31

#b9ad31 #31b9ad #ad31b9

Analogous Colors of #b9ad31

#b9ad31 #81b931 #b96931

Monochromatic Colors of #b9ad31

#b9ad31

Complementary Color

#b9ad31 #313db9

#b9ad31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ad31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ad31 Color CSS Codes

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

#b9ad31 Text Font Color

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

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


#b9ad31 Background Color

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

This div background color is #b9ad31


#b9ad31 Border Color

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

This div border color is #b9ad31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ad31


Comments

No comments written yet.

Please login to write comment.