Color Hex Logo

#bdbaad Color Hex

#BDBAAD
(189,186,173)
0 Favorites   0 Comments

Color spaces of #bdbaad

RGB 189186173
HSL0.140.110.71
HSV49°74°
CMYK 0.000.020.08   0.26
XYZ46.088048.953846.5551
Yxy48.95380.32550.3457
Hunter Lab69.9670-4.86249.5261
CIE-Lab75.4226-1.24936.9532

#bdbaad color RGB value is (189,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10101101
Octal 275 272 255
Decimal 189 186 173
Hex BD BA AD

RGB Percentages of Color #bdbaad

%34.49
%33.94
%31.57

CMYK Percentages of Color #bdbaad

%0
%2
%8
%26

Triadic Colors of #bdbaad

#bdbaad #adbdba #baadbd

Analogous Colors of #bdbaad

#bdbaad #b8bdad #bdb2ad

Monochromatic Colors of #bdbaad

#bdbaad

Complementary Color

#bdbaad #adb0bd

#bdbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaad Color CSS Codes

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

#bdbaad Text Font Color

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

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


#bdbaad Background Color

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

This div background color is #bdbaad


#bdbaad Border Color

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

This div border color is #bdbaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,186,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 #bdbaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaad

#bdbaad Color Palettes


Comments

No comments written yet.

Please login to write comment.