Color Hex Logo

#daa7ac Color Hex

#DAA7AC
(218,167,172)
0 Favorites   0 Comments

Color spaces of #daa7ac

RGB 218167172
HSL0.980.410.75
HSV354°23°85°
CMYK 0.000.230.21   0.15
XYZ50.178645.521445.1715
Yxy45.52140.35620.3231
Hunter Lab67.469514.68277.5335
CIE-Lab73.233919.47854.6873

#daa7ac color RGB value is (218,167,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100111 10101100
Octal 332 247 254
Decimal 218 167 172
Hex DA A7 AC

RGB Percentages of Color #daa7ac

%39.14
%29.98
%30.88

CMYK Percentages of Color #daa7ac

%0
%23
%21
%15

Triadic Colors of #daa7ac

#daa7ac #acdaa7 #a7acda

Analogous Colors of #daa7ac

#daa7ac #dabca7 #daa7c6

Monochromatic Colors of #daa7ac

#daa7ac

Complementary Color

#daa7ac #a7dad5

#daa7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa7ac Color CSS Codes

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

#daa7ac Text Font Color

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

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


#daa7ac Background Color

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

This div background color is #daa7ac


#daa7ac Border Color

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

This div border color is #daa7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa7ac


Comments

No comments written yet.

Please login to write comment.