Color Hex Logo

#bdac52 Color Hex

#BDAC52
(189,172,82)
0 Favorites   0 Comments

Color spaces of #bdac52

RGB 18917282
HSL0.140.450.53
HSV50°57°74°
CMYK 0.000.090.57   0.26
XYZ37.261840.933113.9196
Yxy40.93310.40450.4444
Hunter Lab63.9790-8.003631.8858
CIE-Lab70.1290-5.304247.7467

#bdac52 color RGB value is (189,172,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01010010
Octal 275 254 122
Decimal 189 172 82
Hex BD AC 52

RGB Percentages of Color #bdac52

%42.66
%38.83
%18.51

CMYK Percentages of Color #bdac52

%0
%9
%57
%26

Triadic Colors of #bdac52

#bdac52 #52bdac #ac52bd

Analogous Colors of #bdac52

#bdac52 #99bd52 #bd7752

Monochromatic Colors of #bdac52

#bdac52

Complementary Color

#bdac52 #5263bd

#bdac52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac52 Color CSS Codes

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

#bdac52 Text Font Color

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

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


#bdac52 Background Color

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

This div background color is #bdac52


#bdac52 Border Color

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

This div border color is #bdac52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac52


Comments

No comments written yet.

Please login to write comment.