Color Hex Logo

#dac6ac Color Hex

#DAC6AC
(218,198,172)
0 Favorites   0 Comments

Color spaces of #dac6ac

RGB 218198172
HSL0.090.380.76
HSV34°21°85°
CMYK 0.000.090.21   0.15
XYZ56.553958.272247.2967
Yxy58.27220.34880.3594
Hunter Lab76.3362-1.346216.7002
CIE-Lab80.88992.915115.5838

#dac6ac color RGB value is (218,198,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 10101100
Octal 332 306 254
Decimal 218 198 172
Hex DA C6 AC

RGB Percentages of Color #dac6ac

%37.07
%33.67
%29.25

CMYK Percentages of Color #dac6ac

%0
%9
%21
%15

Triadic Colors of #dac6ac

#dac6ac #acdac6 #c6acda

Analogous Colors of #dac6ac

#dac6ac #d7daac #daafac

Monochromatic Colors of #dac6ac

#dac6ac

Complementary Color

#dac6ac #acc0da

#dac6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6ac Color CSS Codes

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

#dac6ac Text Font Color

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

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


#dac6ac Background Color

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

This div background color is #dac6ac


#dac6ac Border Color

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

This div border color is #dac6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6ac

#dac6ac Color Palettes


Comments

No comments written yet.

Please login to write comment.