Color Hex Logo

#dd9caa Color Hex

#DD9CAA
(221,156,170)
0 Favorites   0 Comments

Color spaces of #dd9caa

RGB 221156170
HSL0.960.490.74
HSV347°29°87°
CMYK 0.000.290.23   0.13
XYZ48.963042.051443.5663
Yxy42.05140.36380.3125
Hunter Lab64.847121.29475.5600
CIE-Lab70.906326.22112.4625

#dd9caa color RGB value is (221,156,170).

#dd9caa hex color red value is 221, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dd9caa hue: 0.96 , saturation: 0.49 and the lightness value of dd9caa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 10101010
Octal 335 234 252
Decimal 221 156 170
Hex DD 9C AA

RGB Percentages of Color #dd9caa

%40.40
%28.52
%31.08

CMYK Percentages of Color #dd9caa

%0
%29
%23
%13

Triadic Colors of #dd9caa

#dd9caa #aadd9c #9caadd

Analogous Colors of #dd9caa

#dd9caa #ddaf9c #dd9ccb

Monochromatic Colors of #dd9caa

#dd9caa

Complementary Color

#dd9caa #9cddcf

#dd9caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9caa Color CSS Codes

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

#dd9caa Text Font Color

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

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


#dd9caa Background Color

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

This div background color is #dd9caa


#dd9caa Border Color

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

This div border color is #dd9caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9caa

#dd9caa Color Palettes


Comments

No comments written yet.

Please login to write comment.