Color Hex Logo

#ddaca9 Color Hex

#DDACA9
(221,172,169)
0 Favorites   0 Comments

Color spaces of #ddaca9

RGB 221172169
HSL0.010.430.76
HSV24°87°
CMYK 0.000.220.24   0.13
XYZ51.732747.741844.0246
Yxy47.74180.36050.3327
Hunter Lab69.095412.728410.5898
CIE-Lab74.661817.45338.4224

#ddaca9 color RGB value is (221,172,169).

#ddaca9 hex color red value is 221, green value is 172 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #ddaca9 hue: 0.01 , saturation: 0.43 and the lightness value of ddaca9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10101001
Octal 335 254 251
Decimal 221 172 169
Hex DD AC A9

RGB Percentages of Color #ddaca9

%39.32
%30.60
%30.07

CMYK Percentages of Color #ddaca9

%0
%22
%24
%13

Triadic Colors of #ddaca9

#ddaca9 #a9ddac #aca9dd

Analogous Colors of #ddaca9

#ddaca9 #ddc6a9 #dda9c0

Monochromatic Colors of #ddaca9

#ddaca9

Complementary Color

#ddaca9 #a9dadd

#ddaca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaca9 Color CSS Codes

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

#ddaca9 Text Font Color

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

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


#ddaca9 Background Color

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

This div background color is #ddaca9


#ddaca9 Border Color

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

This div border color is #ddaca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaca9


Comments

No comments written yet.

Please login to write comment.