Color Hex Logo

#bdac6d Color Hex

#BDAC6D
(189,172,109)
0 Favorites   0 Comments

Color spaces of #bdac6d

RGB 189172109
HSL0.130.380.58
HSV47°42°74°
CMYK 0.000.090.42   0.26
XYZ38.499141.428020.4353
Yxy41.42800.38360.4128
Hunter Lab64.3646-5.869926.2311
CIE-Lab70.4747-2.788034.5861

#bdac6d color RGB value is (189,172,109).

#bdac6d hex color red value is 189, green value is 172 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdac6d hue: 0.13 , saturation: 0.38 and the lightness value of bdac6d is 0.58.

The process color (four color CMYK) of #bdac6d color hex is 0.00, 0.09, 0.42, 0.26. Web safe color of #bdac6d is #cc9966. Color #bdac6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01101101
Octal 275 254 155
Decimal 189 172 109
Hex BD AC 6D

RGB Percentages of Color #bdac6d

%40.21
%36.60
%23.19

CMYK Percentages of Color #bdac6d

%0
%9
%42
%26

Triadic Colors of #bdac6d

#bdac6d #6dbdac #ac6dbd

Analogous Colors of #bdac6d

#bdac6d #a6bd6d #bd846d

Monochromatic Colors of #bdac6d

#bdac6d

Complementary Color

#bdac6d #6d7ebd

#bdac6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac6d Color CSS Codes

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

#bdac6d Text Font Color

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

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


#bdac6d Background Color

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

This div background color is #bdac6d


#bdac6d Border Color

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

This div border color is #bdac6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac6d


Comments

No comments written yet.

Please login to write comment.