Color Hex Logo

#bdbaac Color Hex

#BDBAAC
(189,186,172)
0 Favorites   0 Comments

Color spaces of #bdbaac

RGB 189186172
HSL0.140.110.71
HSV49°74°
CMYK 0.000.020.09   0.26
XYZ45.991648.915246.0473
Yxy48.91520.32630.3470
Hunter Lab69.9394-5.01389.9217
CIE-Lab75.3985-1.41977.4616

#bdbaac color RGB value is (189,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111010 10101100
Octal 275 272 254
Decimal 189 186 172
Hex BD BA AC

RGB Percentages of Color #bdbaac

%34.55
%34.00
%31.44

CMYK Percentages of Color #bdbaac

%0
%2
%9
%26

Triadic Colors of #bdbaac

#bdbaac #acbdba #baacbd

Analogous Colors of #bdbaac

#bdbaac #b8bdac #bdb2ac

Monochromatic Colors of #bdbaac

#bdbaac

Complementary Color

#bdbaac #acafbd

#bdbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbaac Color CSS Codes

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

#bdbaac Text Font Color

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

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


#bdbaac Background Color

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

This div background color is #bdbaac


#bdbaac Border Color

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

This div border color is #bdbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbaac


Comments

No comments written yet.

Please login to write comment.