Color Hex Logo

#dcdaac Color Hex

#DCDAAC
(220,218,172)
0 Favorites   0 Comments

Color spaces of #dcdaac

RGB 220218172
HSL0.160.410.77
HSV58°22°86°
CMYK 0.000.010.22   0.14
XYZ62.033068.337048.9506
Yxy68.33700.34590.3811
Hunter Lab82.6662-10.718822.7579
CIE-Lab86.1747-6.699422.9501

#dcdaac color RGB value is (220,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 10101100
Octal 334 332 254
Decimal 220 218 172
Hex DC DA AC

RGB Percentages of Color #dcdaac

%36.07
%35.74
%28.20

CMYK Percentages of Color #dcdaac

%0
%1
%22
%14

Triadic Colors of #dcdaac

#dcdaac #acdcda #daacdc

Analogous Colors of #dcdaac

#dcdaac #c6dcac #dcc2ac

Monochromatic Colors of #dcdaac

#dcdaac

Complementary Color

#dcdaac #acaedc

#dcdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaac Color CSS Codes

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

#dcdaac Text Font Color

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

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


#dcdaac Background Color

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

This div background color is #dcdaac


#dcdaac Border Color

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

This div border color is #dcdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaac


Comments

No comments written yet.

Please login to write comment.