Color Hex Logo

#bdb9ac Color Hex

#BDB9AC
(189,185,172)
0 Favorites   0 Comments

Color spaces of #bdb9ac

RGB 189185172
HSL0.130.110.71
HSV46°74°
CMYK 0.000.020.09   0.26
XYZ45.781648.495345.9773
Yxy48.49530.32640.3458
Hunter Lab69.6386-4.51859.6021
CIE-Lab75.1363-0.88767.0855

#bdb9ac color RGB value is (189,185,172).

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

The process color (four color CMYK) of #bdb9ac color hex is 0.00, 0.02, 0.09, 0.26. Web safe color of #bdb9ac is #cccc99. Color #bdb9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10101100
Octal 275 271 254
Decimal 189 185 172
Hex BD B9 AC

RGB Percentages of Color #bdb9ac

%34.62
%33.88
%31.50

CMYK Percentages of Color #bdb9ac

%0
%2
%9
%26

Triadic Colors of #bdb9ac

#bdb9ac #acbdb9 #b9acbd

Analogous Colors of #bdb9ac

#bdb9ac #b9bdac #bdb1ac

Monochromatic Colors of #bdb9ac

#bdb9ac

Complementary Color

#bdb9ac #acb0bd

#bdb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9ac Color CSS Codes

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

#bdb9ac Text Font Color

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

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


#bdb9ac Background Color

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

This div background color is #bdb9ac


#bdb9ac Border Color

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

This div border color is #bdb9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9ac

#bdb9ac Color Palettes


Comments

No comments written yet.

Please login to write comment.