Color Hex Logo

#dda4ac Color Hex

#DDA4AC
(221,164,172)
0 Favorites   0 Comments

Color spaces of #dda4ac

RGB 221164172
HSL0.980.460.75
HSV352°26°87°
CMYK 0.000.260.22   0.13
XYZ50.540644.901645.0328
Yxy44.90160.35980.3196
Hunter Lab67.008717.36677.0605
CIE-Lab72.827122.20154.1387

#dda4ac color RGB value is (221,164,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10101100
Octal 335 244 254
Decimal 221 164 172
Hex DD A4 AC

RGB Percentages of Color #dda4ac

%39.68
%29.44
%30.88

CMYK Percentages of Color #dda4ac

%0
%26
%22
%13

Triadic Colors of #dda4ac

#dda4ac #acdda4 #a4acdd

Analogous Colors of #dda4ac

#dda4ac #ddb9a4 #dda4c9

Monochromatic Colors of #dda4ac

#dda4ac

Complementary Color

#dda4ac #a4ddd5

#dda4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4ac Color CSS Codes

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

#dda4ac Text Font Color

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

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


#dda4ac Background Color

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

This div background color is #dda4ac


#dda4ac Border Color

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

This div border color is #dda4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4ac


Comments

No comments written yet.

Please login to write comment.