Color Hex Logo

#bdac4a Color Hex

#BDAC4A
(189,172,74)
0 Favorites   0 Comments

Color spaces of #bdac4a

RGB 18917274
HSL0.140.470.52
HSV51°61°74°
CMYK 0.000.090.61   0.26
XYZ36.974840.818312.4085
Yxy40.81830.40990.4525
Hunter Lab63.8892-8.502233.2072
CIE-Lab70.0484-5.898751.3941

#bdac4a color RGB value is (189,172,74).

#bdac4a hex color red value is 189, green value is 172 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bdac4a hue: 0.14 , saturation: 0.47 and the lightness value of bdac4a is 0.52.

The process color (four color CMYK) of #bdac4a color hex is 0.00, 0.09, 0.61, 0.26. Web safe color of #bdac4a is #cc9933. Color #bdac4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01001010
Octal 275 254 112
Decimal 189 172 74
Hex BD AC 4A

RGB Percentages of Color #bdac4a

%43.45
%39.54
%17.01

CMYK Percentages of Color #bdac4a

%0
%9
%61
%26

Triadic Colors of #bdac4a

#bdac4a #4abdac #ac4abd

Analogous Colors of #bdac4a

#bdac4a #95bd4a #bd734a

Monochromatic Colors of #bdac4a

#bdac4a

Complementary Color

#bdac4a #4a5bbd

#bdac4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac4a Color CSS Codes

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

#bdac4a Text Font Color

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

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


#bdac4a Background Color

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

This div background color is #bdac4a


#bdac4a Border Color

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

This div border color is #bdac4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac4a


Comments

No comments written yet.

Please login to write comment.