Color Hex Logo

#bdac63 Color Hex

#BDAC63
(189,172,99)
0 Favorites   0 Comments

Color spaces of #bdac63

RGB 18917299
HSL0.140.410.56
HSV49°48°74°
CMYK 0.000.090.48   0.26
XYZ37.990941.224717.7592
Yxy41.22470.39180.4251
Hunter Lab64.2065-6.743028.5452
CIE-Lab70.3331-3.812339.5759

#bdac63 color RGB value is (189,172,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01100011
Octal 275 254 143
Decimal 189 172 99
Hex BD AC 63

RGB Percentages of Color #bdac63

%41.09
%37.39
%21.52

CMYK Percentages of Color #bdac63

%0
%9
%48
%26

Triadic Colors of #bdac63

#bdac63 #63bdac #ac63bd

Analogous Colors of #bdac63

#bdac63 #a1bd63 #bd7f63

Monochromatic Colors of #bdac63

#bdac63

Complementary Color

#bdac63 #6374bd

#bdac63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac63 Color CSS Codes

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

#bdac63 Text Font Color

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

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


#bdac63 Background Color

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

This div background color is #bdac63


#bdac63 Border Color

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

This div border color is #bdac63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac63


Comments

No comments written yet.

Please login to write comment.