Color Hex Logo

#bdb6ac Color Hex

#BDB6AC
(189,182,172)
0 Favorites   0 Comments

Color spaces of #bdb6ac

RGB 189182172
HSL0.100.110.71
HSV35°74°
CMYK 0.000.040.09   0.26
XYZ45.160647.253345.7703
Yxy47.25330.32680.3420
Hunter Lab68.7410-3.02828.6413
CIE-Lab74.35150.71485.9580

#bdb6ac color RGB value is (189,182,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110110 10101100
Octal 275 266 254
Decimal 189 182 172
Hex BD B6 AC

RGB Percentages of Color #bdb6ac

%34.81
%33.52
%31.68

CMYK Percentages of Color #bdb6ac

%0
%4
%9
%26

Triadic Colors of #bdb6ac

#bdb6ac #acbdb6 #b6acbd

Analogous Colors of #bdb6ac

#bdb6ac #bcbdac #bdaeac

Monochromatic Colors of #bdb6ac

#bdb6ac

Complementary Color

#bdb6ac #acb3bd

#bdb6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb6ac Color CSS Codes

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

#bdb6ac Text Font Color

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

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


#bdb6ac Background Color

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

This div background color is #bdb6ac


#bdb6ac Border Color

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

This div border color is #bdb6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb6ac


Comments

No comments written yet.

Please login to write comment.