Color Hex Logo

#bdb9ad Color Hex

#BDB9AD
(189,185,173)
0 Favorites   0 Comments

Color spaces of #bdb9ad

RGB 189185173
HSL0.130.110.71
HSV45°74°
CMYK 0.000.020.08   0.26
XYZ45.878148.533946.4851
Yxy48.53390.32560.3445
Hunter Lab69.6663-4.36649.2049
CIE-Lab75.1604-0.71666.5768

#bdb9ad color RGB value is (189,185,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111001 10101101
Octal 275 271 255
Decimal 189 185 173
Hex BD B9 AD

RGB Percentages of Color #bdb9ad

%34.55
%33.82
%31.63

CMYK Percentages of Color #bdb9ad

%0
%2
%8
%26

Triadic Colors of #bdb9ad

#bdb9ad #adbdb9 #b9adbd

Analogous Colors of #bdb9ad

#bdb9ad #b9bdad #bdb1ad

Monochromatic Colors of #bdb9ad

#bdb9ad

Complementary Color

#bdb9ad #adb1bd

#bdb9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb9ad Color CSS Codes

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

#bdb9ad Text Font Color

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

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


#bdb9ad Background Color

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

This div background color is #bdb9ad


#bdb9ad Border Color

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

This div border color is #bdb9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb9ad

#bdb9ad Color Palettes


Comments

No comments written yet.

Please login to write comment.