Color Hex Logo

#bdac74 Color Hex

#BDAC74
(189,172,116)
0 Favorites   0 Comments

Color spaces of #bdac74

RGB 189172116
HSL0.130.360.60
HSV46°39°74°
CMYK 0.000.090.39   0.26
XYZ38.891241.584822.4999
Yxy41.58480.37770.4038
Hunter Lab64.4863-5.198924.4535
CIE-Lab70.5837-2.005931.0407

#bdac74 color RGB value is (189,172,116).

#bdac74 hex color red value is 189, green value is 172 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bdac74 hue: 0.13 , saturation: 0.36 and the lightness value of bdac74 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 01110100
Octal 275 254 164
Decimal 189 172 116
Hex BD AC 74

RGB Percentages of Color #bdac74

%39.62
%36.06
%24.32

CMYK Percentages of Color #bdac74

%0
%9
%39
%26

Triadic Colors of #bdac74

#bdac74 #74bdac #ac74bd

Analogous Colors of #bdac74

#bdac74 #aabd74 #bd8874

Monochromatic Colors of #bdac74

#bdac74

Complementary Color

#bdac74 #7485bd

#bdac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac74 Color CSS Codes

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

#bdac74 Text Font Color

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

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


#bdac74 Background Color

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

This div background color is #bdac74


#bdac74 Border Color

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

This div border color is #bdac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac74


Comments

No comments written yet.

Please login to write comment.