Color Hex Logo

#ddaca1 Color Hex

#DDACA1
(221,172,161)
0 Favorites   0 Comments

Color spaces of #ddaca1

RGB 221172161
HSL0.030.470.75
HSV11°27°87°
CMYK 0.000.220.27   0.13
XYZ51.004347.450440.1888
Yxy47.45040.36790.3422
Hunter Lab68.884311.620213.6277
CIE-Lab74.476916.325012.5301

#ddaca1 color RGB value is (221,172,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10100001
Octal 335 254 241
Decimal 221 172 161
Hex DD AC A1

RGB Percentages of Color #ddaca1

%39.89
%31.05
%29.06

CMYK Percentages of Color #ddaca1

%0
%22
%27
%13

Triadic Colors of #ddaca1

#ddaca1 #a1ddac #aca1dd

Analogous Colors of #ddaca1

#ddaca1 #ddcaa1 #dda1b4

Monochromatic Colors of #ddaca1

#ddaca1

Complementary Color

#ddaca1 #a1d2dd

#ddaca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaca1 Color CSS Codes

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

#ddaca1 Text Font Color

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

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


#ddaca1 Background Color

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

This div background color is #ddaca1


#ddaca1 Border Color

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

This div border color is #ddaca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaca1


Comments

No comments written yet.

Please login to write comment.