Color Hex Logo

#bdbcac Color Hex

#BDBCAC
(189,188,172)
0 Favorites   0 Comments

Color spaces of #bdbcac

RGB 189188172
HSL0.160.110.71
HSV56°74°
CMYK 0.000.010.09   0.26
XYZ46.415949.763846.1887
Yxy49.76380.32600.3495
Hunter Lab70.5435-6.002410.5600
CIE-Lab75.9241-2.48148.2141

#bdbcac color RGB value is (189,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10111100 10101100
Octal 275 274 254
Decimal 189 188 172
Hex BD BC AC

RGB Percentages of Color #bdbcac

%34.43
%34.24
%31.33

CMYK Percentages of Color #bdbcac

%0
%1
%9
%26

Triadic Colors of #bdbcac

#bdbcac #acbdbc #bcacbd

Analogous Colors of #bdbcac

#bdbcac #b6bdac #bdb4ac

Monochromatic Colors of #bdbcac

#bdbcac

Complementary Color

#bdbcac #acadbd

#bdbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdbcac Color CSS Codes

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

#bdbcac Text Font Color

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

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


#bdbcac Background Color

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

This div background color is #bdbcac


#bdbcac Border Color

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

This div border color is #bdbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdbcac


Comments

No comments written yet.

Please login to write comment.