Color Hex Logo

#dda7aa Color Hex

#DDA7AA
(221,167,170)
0 Favorites   0 Comments

Color spaces of #dda7aa

RGB 221167170
HSL0.990.440.76
HSV357°24°87°
CMYK 0.000.240.23   0.13
XYZ50.893245.911944.2097
Yxy45.91190.36090.3256
Hunter Lab67.758315.49418.7464
CIE-Lab73.488320.29106.1922

#dda7aa color RGB value is (221,167,170).

#dda7aa hex color red value is 221, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dda7aa hue: 0.99 , saturation: 0.44 and the lightness value of dda7aa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100111 10101010
Octal 335 247 252
Decimal 221 167 170
Hex DD A7 AA

RGB Percentages of Color #dda7aa

%39.61
%29.93
%30.47

CMYK Percentages of Color #dda7aa

%0
%24
%23
%13

Triadic Colors of #dda7aa

#dda7aa #aadda7 #a7aadd

Analogous Colors of #dda7aa

#dda7aa #ddbfa7 #dda7c5

Monochromatic Colors of #dda7aa

#dda7aa

Complementary Color

#dda7aa #a7ddda

#dda7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda7aa Color CSS Codes

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

#dda7aa Text Font Color

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

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


#dda7aa Background Color

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

This div background color is #dda7aa


#dda7aa Border Color

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

This div border color is #dda7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda7aa


Comments

No comments written yet.

Please login to write comment.