Color Hex Logo

#dad9ac Color Hex

#DAD9AC
(218,217,172)
0 Favorites   0 Comments

Color spaces of #dad9ac

RGB 218217172
HSL0.160.380.76
HSV59°21°85°
CMYK 0.000.000.21   0.15
XYZ61.172767.509748.8363
Yxy67.50970.34460.3803
Hunter Lab82.1643-10.891222.2746
CIE-Lab85.7607-6.929322.3557

#dad9ac color RGB value is (218,217,172).

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

The process color (four color CMYK) of #dad9ac color hex is 0.00, 0.00, 0.21, 0.15. Web safe color of #dad9ac is #cccc99. Color #dad9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 10101100
Octal 332 331 254
Decimal 218 217 172
Hex DA D9 AC

RGB Percentages of Color #dad9ac

%35.91
%35.75
%28.34

CMYK Percentages of Color #dad9ac

%0
%0
%21
%15

Triadic Colors of #dad9ac

#dad9ac #acdad9 #d9acda

Analogous Colors of #dad9ac

#dad9ac #c4daac #dac2ac

Monochromatic Colors of #dad9ac

#dad9ac

Complementary Color

#dad9ac #acadda

#dad9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad9ac Color CSS Codes

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

#dad9ac Text Font Color

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

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


#dad9ac Background Color

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

This div background color is #dad9ac


#dad9ac Border Color

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

This div border color is #dad9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad9ac


Comments

No comments written yet.

Please login to write comment.