Color Hex Logo

#dad6ac Color Hex

#DAD6AC
(218,214,172)
0 Favorites   0 Comments

Color spaces of #dad6ac

RGB 218214172
HSL0.150.380.76
HSV55°21°85°
CMYK 0.000.020.21   0.15
XYZ60.406465.977148.5808
Yxy65.97710.34520.3771
Hunter Lab81.2263-9.399121.3975
CIE-Lab84.9847-5.394821.2853

#dad6ac color RGB value is (218,214,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 10101100
Octal 332 326 254
Decimal 218 214 172
Hex DA D6 AC

RGB Percentages of Color #dad6ac

%36.09
%35.43
%28.48

CMYK Percentages of Color #dad6ac

%0
%2
%21
%15

Triadic Colors of #dad6ac

#dad6ac #acdad6 #d6acda

Analogous Colors of #dad6ac

#dad6ac #c7daac #dabfac

Monochromatic Colors of #dad6ac

#dad6ac

Complementary Color

#dad6ac #acb0da

#dad6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad6ac Color CSS Codes

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

#dad6ac Text Font Color

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

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


#dad6ac Background Color

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

This div background color is #dad6ac


#dad6ac Border Color

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

This div border color is #dad6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad6ac


Comments

No comments written yet.

Please login to write comment.