Color Hex Logo

#bda94c Color Hex

#BDA94C
(189,169,76)
0 Favorites   0 Comments

Color spaces of #bda94c

RGB 18916976
HSL0.140.460.52
HSV49°60°74°
CMYK 0.000.110.60   0.26
XYZ36.478739.716612.5809
Yxy39.71660.41090.4474
Hunter Lab63.0211-6.965232.2787
CIE-Lab69.2672-4.171249.6001

#bda94c color RGB value is (189,169,76).

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

The process color (four color CMYK) of #bda94c color hex is 0.00, 0.11, 0.60, 0.26. Web safe color of #bda94c is #cc9933. Color #bda94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101001 01001100
Octal 275 251 114
Decimal 189 169 76
Hex BD A9 4C

RGB Percentages of Color #bda94c

%43.55
%38.94
%17.51

CMYK Percentages of Color #bda94c

%0
%11
%60
%26

Triadic Colors of #bda94c

#bda94c #4cbda9 #a94cbd

Analogous Colors of #bda94c

#bda94c #99bd4c #bd714c

Monochromatic Colors of #bda94c

#bda94c

Complementary Color

#bda94c #4c60bd

#bda94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda94c Color CSS Codes

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

#bda94c Text Font Color

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

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


#bda94c Background Color

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

This div background color is #bda94c


#bda94c Border Color

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

This div border color is #bda94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda94c


Comments

No comments written yet.

Please login to write comment.