Color Hex Logo

#dda4aa Color Hex

#DDA4AA
(221,164,170)
0 Favorites   0 Comments

Color spaces of #dda4aa

RGB 221164170
HSL0.980.460.75
HSV354°26°87°
CMYK 0.000.260.23   0.13
XYZ50.350044.825444.0286
Yxy44.82540.36170.3220
Hunter Lab66.951817.07247.8762
CIE-Lab72.776821.90845.1679

#dda4aa color RGB value is (221,164,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10101010
Octal 335 244 252
Decimal 221 164 170
Hex DD A4 AA

RGB Percentages of Color #dda4aa

%39.82
%29.55
%30.63

CMYK Percentages of Color #dda4aa

%0
%26
%23
%13

Triadic Colors of #dda4aa

#dda4aa #aadda4 #a4aadd

Analogous Colors of #dda4aa

#dda4aa #ddbba4 #dda4c7

Monochromatic Colors of #dda4aa

#dda4aa

Complementary Color

#dda4aa #a4ddd7

#dda4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4aa Color CSS Codes

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

#dda4aa Text Font Color

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

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


#dda4aa Background Color

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

This div background color is #dda4aa


#dda4aa Border Color

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

This div border color is #dda4aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,164,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda4aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4aa


Comments

No comments written yet.

Please login to write comment.