Color Hex Logo

#bda04d Color Hex

#BDA04D
(189,160,77)
0 Favorites   0 Comments

Color spaces of #bda04d

RGB 18916077
HSL0.120.460.52
HSV44°59°74°
CMYK 0.000.150.59   0.26
XYZ34.896636.496312.2264
Yxy36.49630.41730.4365
Hunter Lab60.4122-2.612230.2892
CIE-Lab66.89740.712646.4379

#bda04d color RGB value is (189,160,77).

#bda04d hex color red value is 189, green value is 160 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bda04d hue: 0.12 , saturation: 0.46 and the lightness value of bda04d is 0.52.

The process color (four color CMYK) of #bda04d color hex is 0.00, 0.15, 0.59, 0.26. Web safe color of #bda04d is #cc9966. Color #bda04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100000 01001101
Octal 275 240 115
Decimal 189 160 77
Hex BD A0 4D

RGB Percentages of Color #bda04d

%44.37
%37.56
%18.08

CMYK Percentages of Color #bda04d

%0
%15
%59
%26

Triadic Colors of #bda04d

#bda04d #4dbda0 #a04dbd

Analogous Colors of #bda04d

#bda04d #a2bd4d #bd684d

Monochromatic Colors of #bda04d

#bda04d

Complementary Color

#bda04d #4d6abd

#bda04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda04d Color CSS Codes

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

#bda04d Text Font Color

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

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


#bda04d Background Color

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

This div background color is #bda04d


#bda04d Border Color

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

This div border color is #bda04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda04d


Comments

No comments written yet.

Please login to write comment.