Color Hex Logo

#dda0ac Color Hex

#DDA0AC
(221,160,172)
0 Favorites   0 Comments

Color spaces of #dda0ac

RGB 221160172
HSL0.970.470.75
HSV348°28°87°
CMYK 0.000.280.22   0.13
XYZ49.836043.492344.7979
Yxy43.49230.36080.3149
Hunter Lab65.948719.47845.8893
CIE-Lab71.887824.35862.7789

#dda0ac color RGB value is (221,160,172).

#dda0ac hex color red value is 221, green value is 160 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dda0ac hue: 0.97 , saturation: 0.47 and the lightness value of dda0ac is 0.75.

The process color (four color CMYK) of #dda0ac color hex is 0.00, 0.28, 0.22, 0.13. Web safe color of #dda0ac is #cc9999. Color #dda0ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10101100
Octal 335 240 254
Decimal 221 160 172
Hex DD A0 AC

RGB Percentages of Color #dda0ac

%39.96
%28.93
%31.10

CMYK Percentages of Color #dda0ac

%0
%28
%22
%13

Triadic Colors of #dda0ac

#dda0ac #acdda0 #a0acdd

Analogous Colors of #dda0ac

#dda0ac #ddb3a0 #dda0cb

Monochromatic Colors of #dda0ac

#dda0ac

Complementary Color

#dda0ac #a0ddd1

#dda0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0ac Color CSS Codes

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

#dda0ac Text Font Color

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

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


#dda0ac Background Color

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

This div background color is #dda0ac


#dda0ac Border Color

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

This div border color is #dda0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0ac

#dda0ac Color Palettes


Comments

No comments written yet.

Please login to write comment.