Color Hex Logo

#bdac53 Color Hex

#BDAC53
(189,172,83)
0 Favorites   0 Comments

Color spaces of #bdac53

RGB 18917283
HSL0.140.450.53
HSV50°56°74°
CMYK 0.000.090.56   0.26
XYZ37.300140.948414.1215
Yxy40.94840.40380.4433
Hunter Lab63.9909-7.937131.7096
CIE-Lab70.1398-5.225147.2804

#bdac53 color RGB value is (189,172,83).

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

The process color (four color CMYK) of #bdac53 color hex is 0.00, 0.09, 0.56, 0.26. Web safe color of #bdac53 is #cc9966. Color #bdac53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01010011
Octal 275 254 123
Decimal 189 172 83
Hex BD AC 53

RGB Percentages of Color #bdac53

%42.57
%38.74
%18.69

CMYK Percentages of Color #bdac53

%0
%9
%56
%26

Triadic Colors of #bdac53

#bdac53 #53bdac #ac53bd

Analogous Colors of #bdac53

#bdac53 #99bd53 #bd7753

Monochromatic Colors of #bdac53

#bdac53

Complementary Color

#bdac53 #5364bd

#bdac53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac53 Color CSS Codes

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

#bdac53 Text Font Color

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

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


#bdac53 Background Color

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

This div background color is #bdac53


#bdac53 Border Color

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

This div border color is #bdac53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac53


Comments

No comments written yet.

Please login to write comment.