Color Hex Logo

#bdac3f Color Hex

#BDAC3F
(189,172,63)
0 Favorites   0 Comments

Color spaces of #bdac3f

RGB 18917263
HSL0.140.500.49
HSV52°67°74°
CMYK 0.000.090.67   0.26
XYZ36.636040.682710.6243
Yxy40.68270.41660.4626
Hunter Lab63.7830-9.092534.7722
CIE-Lab69.9530-6.605856.1195

#bdac3f color RGB value is (189,172,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 00111111
Octal 275 254 77
Decimal 189 172 63
Hex BD AC 3F

RGB Percentages of Color #bdac3f

%44.58
%40.57
%14.86

CMYK Percentages of Color #bdac3f

%0
%9
%67
%26

Triadic Colors of #bdac3f

#bdac3f #3fbdac #ac3fbd

Analogous Colors of #bdac3f

#bdac3f #8fbd3f #bd6d3f

Monochromatic Colors of #bdac3f

#bdac3f

Complementary Color

#bdac3f #3f50bd

#bdac3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac3f Color CSS Codes

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

#bdac3f Text Font Color

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

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


#bdac3f Background Color

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

This div background color is #bdac3f


#bdac3f Border Color

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

This div border color is #bdac3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac3f


Comments

No comments written yet.

Please login to write comment.