Color Hex Logo

#bda040 Color Hex

#BDA040
(189,160,64)
0 Favorites   0 Comments

Color spaces of #bda040

RGB 18916064
HSL0.130.490.50
HSV46°66°74°
CMYK 0.000.150.66   0.26
XYZ34.482536.330610.0456
Yxy36.33060.42650.4493
Hunter Lab60.2749-3.363432.3110
CIE-Lab66.7718-0.167652.3376

#bda040 color RGB value is (189,160,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01000000
Octal 275 240 100
Decimal 189 160 64
Hex BD A0 40

RGB Percentages of Color #bda040

%45.76
%38.74
%15.50

CMYK Percentages of Color #bda040

%0
%15
%66
%26

Triadic Colors of #bda040

#bda040 #40bda0 #a040bd

Analogous Colors of #bda040

#bda040 #9cbd40 #bd6240

Monochromatic Colors of #bda040

#bda040

Complementary Color

#bda040 #405dbd

#bda040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda040 Color CSS Codes

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

#bda040 Text Font Color

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

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


#bda040 Background Color

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

This div background color is #bda040


#bda040 Border Color

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

This div border color is #bda040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,160,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 #bda040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda040


Comments

No comments written yet.

Please login to write comment.