Color Hex Logo

#bdb2ac Color Hex

#BDB2AC
(189,178,172)
0 Favorites   0 Comments

Color spaces of #bdb2ac

RGB 189178172
HSL0.060.110.71
HSV21°74°
CMYK 0.000.060.09   0.26
XYZ44.353145.638245.5011
Yxy45.63820.32730.3368
Hunter Lab67.5561-1.03117.3556
CIE-Lab73.31022.86394.4568

#bdb2ac color RGB value is (189,178,172).

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

The process color (four color CMYK) of #bdb2ac color hex is 0.00, 0.06, 0.09, 0.26. Web safe color of #bdb2ac is #cc9999. Color #bdb2ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110010 10101100
Octal 275 262 254
Decimal 189 178 172
Hex BD B2 AC

RGB Percentages of Color #bdb2ac

%35.06
%33.02
%31.91

CMYK Percentages of Color #bdb2ac

%0
%6
%9
%26

Triadic Colors of #bdb2ac

#bdb2ac #acbdb2 #b2acbd

Analogous Colors of #bdb2ac

#bdb2ac #bdbbac #bdacaf

Monochromatic Colors of #bdb2ac

#bdb2ac

Complementary Color

#bdb2ac #acb7bd

#bdb2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb2ac Color CSS Codes

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

#bdb2ac Text Font Color

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

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


#bdb2ac Background Color

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

This div background color is #bdb2ac


#bdb2ac Border Color

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

This div border color is #bdb2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb2ac


Comments

No comments written yet.

Please login to write comment.