Color Hex Logo

#bdac40 Color Hex

#BDAC40
(189,172,64)
0 Favorites   0 Comments

Color spaces of #bdac40

RGB 18917264
HSL0.140.490.50
HSV52°66°74°
CMYK 0.000.090.66   0.26
XYZ36.664240.694010.7728
Yxy40.69400.41600.4617
Hunter Lab63.7918-9.043334.6417
CIE-Lab69.9610-6.546855.7063

#bdac40 color RGB value is (189,172,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01000000
Octal 275 254 100
Decimal 189 172 64
Hex BD AC 40

RGB Percentages of Color #bdac40

%44.47
%40.47
%15.06

CMYK Percentages of Color #bdac40

%0
%9
%66
%26

Triadic Colors of #bdac40

#bdac40 #40bdac #ac40bd

Analogous Colors of #bdac40

#bdac40 #90bd40 #bd6e40

Monochromatic Colors of #bdac40

#bdac40

Complementary Color

#bdac40 #4051bd

#bdac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac40 Color CSS Codes

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

#bdac40 Text Font Color

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

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


#bdac40 Background Color

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

This div background color is #bdac40


#bdac40 Border Color

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

This div border color is #bdac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac40


Comments

No comments written yet.

Please login to write comment.