Color Hex Logo

#bdac39 Color Hex

#BDAC39
(189,172,57)
0 Favorites   0 Comments

Color spaces of #bdac39

RGB 18917257
HSL0.150.540.48
HSV52°70°74°
CMYK 0.000.090.70   0.26
XYZ36.477340.61939.7886
Yxy40.61930.41980.4675
Hunter Lab63.7333-9.370035.5071
CIE-Lab69.9084-6.939458.5229

#bdac39 color RGB value is (189,172,57).

#bdac39 hex color red value is 189, green value is 172 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bdac39 hue: 0.15 , saturation: 0.54 and the lightness value of bdac39 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00111001
Octal 275 254 71
Decimal 189 172 57
Hex BD AC 39

RGB Percentages of Color #bdac39

%45.22
%41.15
%13.64

CMYK Percentages of Color #bdac39

%0
%9
%70
%26

Triadic Colors of #bdac39

#bdac39 #39bdac #ac39bd

Analogous Colors of #bdac39

#bdac39 #8cbd39 #bd6a39

Monochromatic Colors of #bdac39

#bdac39

Complementary Color

#bdac39 #394abd

#bdac39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac39 Color CSS Codes

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

#bdac39 Text Font Color

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

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


#bdac39 Background Color

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

This div background color is #bdac39


#bdac39 Border Color

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

This div border color is #bdac39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac39


Comments

No comments written yet.

Please login to write comment.