Color Hex Logo

#bdac0d Color Hex

#BDAC0D
(189,172,13)
0 Favorites   0 Comments

Color spaces of #bdac0d

RGB 18917213
HSL0.150.870.40
HSV54°93°74°
CMYK 0.000.090.93   0.26
XYZ35.811440.35296.2822
Yxy40.35290.43440.4894
Hunter Lab63.5239-10.538138.6033
CIE-Lab69.7201-8.352870.5110

#bdac0d color RGB value is (189,172,13).

#bdac0d hex color red value is 189, green value is 172 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bdac0d hue: 0.15 , saturation: 0.87 and the lightness value of bdac0d is 0.40.

The process color (four color CMYK) of #bdac0d color hex is 0.00, 0.09, 0.93, 0.26. Web safe color of #bdac0d is #cc9900. Color #bdac0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00001101
Octal 275 254 15
Decimal 189 172 13
Hex BD AC D

RGB Percentages of Color #bdac0d

%50.53
%45.99
%3.48

CMYK Percentages of Color #bdac0d

%0
%9
%93
%26

Triadic Colors of #bdac0d

#bdac0d #0dbdac #ac0dbd

Analogous Colors of #bdac0d

#bdac0d #76bd0d #bd540d

Monochromatic Colors of #bdac0d

#bdac0d

Complementary Color

#bdac0d #0d1ebd

#bdac0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac0d Color CSS Codes

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

#bdac0d Text Font Color

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

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


#bdac0d Background Color

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

This div background color is #bdac0d


#bdac0d Border Color

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

This div border color is #bdac0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,172,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdac0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdac0d;
  -webkit-box-shadow: 1px 1px 3px 2px #bdac0d;
  box-shadow:         1px 1px 3px 2px #bdac0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,172,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac0d

#bdac0d Color Palettes


Comments

No comments written yet.

Please login to write comment.