Color Hex Logo

#dcb4ac Color Hex

#DCB4AC
(220,180,172)
0 Favorites   0 Comments

Color spaces of #dcb4ac

RGB 220180172
HSL0.030.410.77
HSV10°22°86°
CMYK 0.000.180.22   0.14
XYZ53.282950.836746.0339
Yxy50.83670.35490.3386
Hunter Lab71.29998.619611.6300
CIE-Lab76.580013.22299.5131

#dcb4ac color RGB value is (220,180,172).

#dcb4ac hex color red value is 220, green value is 180 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcb4ac hue: 0.03 , saturation: 0.41 and the lightness value of dcb4ac is 0.77.

The process color (four color CMYK) of #dcb4ac color hex is 0.00, 0.18, 0.22, 0.14. Web safe color of #dcb4ac is #cccc99. Color #dcb4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 10101100
Octal 334 264 254
Decimal 220 180 172
Hex DC B4 AC

RGB Percentages of Color #dcb4ac

%38.46
%31.47
%30.07

CMYK Percentages of Color #dcb4ac

%0
%18
%22
%14

Triadic Colors of #dcb4ac

#dcb4ac #acdcb4 #b4acdc

Analogous Colors of #dcb4ac

#dcb4ac #dcccac #dcacbc

Monochromatic Colors of #dcb4ac

#dcb4ac

Complementary Color

#dcb4ac #acd4dc

#dcb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb4ac Color CSS Codes

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

#dcb4ac Text Font Color

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

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


#dcb4ac Background Color

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

This div background color is #dcb4ac


#dcb4ac Border Color

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

This div border color is #dcb4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb4ac


Comments

No comments written yet.

Please login to write comment.