Color Hex Logo

#bdac85 Color Hex

#BDAC85
(189,172,133)
0 Favorites   0 Comments

Color spaces of #bdac85

RGB 189172133
HSL0.120.300.63
HSV42°30°74°
CMYK 0.000.090.30   0.26
XYZ39.972442.017328.1937
Yxy42.01730.36280.3813
Hunter Lab64.8208-3.362419.5864
CIE-Lab70.88280.113222.3223

#bdac85 color RGB value is (189,172,133).

#bdac85 hex color red value is 189, green value is 172 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bdac85 hue: 0.12 , saturation: 0.30 and the lightness value of bdac85 is 0.63.

The process color (four color CMYK) of #bdac85 color hex is 0.00, 0.09, 0.30, 0.26. Web safe color of #bdac85 is #cc9999. Color #bdac85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 10000101
Octal 275 254 205
Decimal 189 172 133
Hex BD AC 85

RGB Percentages of Color #bdac85

%38.26
%34.82
%26.92

CMYK Percentages of Color #bdac85

%0
%9
%30
%26

Triadic Colors of #bdac85

#bdac85 #85bdac #ac85bd

Analogous Colors of #bdac85

#bdac85 #b2bd85 #bd9085

Monochromatic Colors of #bdac85

#bdac85

Complementary Color

#bdac85 #8596bd

#bdac85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdac85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdac85 Color CSS Codes

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

#bdac85 Text Font Color

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

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


#bdac85 Background Color

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

This div background color is #bdac85


#bdac85 Border Color

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

This div border color is #bdac85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdac85


Comments

No comments written yet.

Please login to write comment.