Color Hex Logo

#bdac48 Color Hex

#BDAC48
(189,172,72)
0 Favorites   0 Comments

Color spaces of #bdac48

RGB 18917272
HSL0.140.470.51
HSV51°62°74°
CMYK 0.000.090.62   0.26
XYZ36.908540.791712.0592
Yxy40.79170.41120.4545
Hunter Lab63.8684-8.617433.5131
CIE-Lab70.0297-6.036452.2804

#bdac48 color RGB value is (189,172,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01001000
Octal 275 254 110
Decimal 189 172 72
Hex BD AC 48

RGB Percentages of Color #bdac48

%43.65
%39.72
%16.63

CMYK Percentages of Color #bdac48

%0
%9
%62
%26

Triadic Colors of #bdac48

#bdac48 #48bdac #ac48bd

Analogous Colors of #bdac48

#bdac48 #94bd48 #bd7248

Monochromatic Colors of #bdac48

#bdac48

Complementary Color

#bdac48 #4859bd

#bdac48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac48 Color CSS Codes

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

#bdac48 Text Font Color

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

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


#bdac48 Background Color

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

This div background color is #bdac48


#bdac48 Border Color

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

This div border color is #bdac48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac48


Comments

No comments written yet.

Please login to write comment.