Color Hex Logo

#ddaca7 Color Hex

#DDACA7
(221,172,167)
0 Favorites   0 Comments

Color spaces of #ddaca7

RGB 221172167
HSL0.020.440.76
HSV24°87°
CMYK 0.000.220.24   0.13
XYZ51.546447.667243.0431
Yxy47.66720.36230.3351
Hunter Lab69.041412.445711.3653
CIE-Lab74.614517.16649.4483

#ddaca7 color RGB value is (221,172,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10100111
Octal 335 254 247
Decimal 221 172 167
Hex DD AC A7

RGB Percentages of Color #ddaca7

%39.46
%30.71
%29.82

CMYK Percentages of Color #ddaca7

%0
%22
%24
%13

Triadic Colors of #ddaca7

#ddaca7 #a7ddac #aca7dd

Analogous Colors of #ddaca7

#ddaca7 #ddc7a7 #dda7bd

Monochromatic Colors of #ddaca7

#ddaca7

Complementary Color

#ddaca7 #a7d8dd

#ddaca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaca7 Color CSS Codes

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

#ddaca7 Text Font Color

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

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


#ddaca7 Background Color

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

This div background color is #ddaca7


#ddaca7 Border Color

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

This div border color is #ddaca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaca7


Comments

No comments written yet.

Please login to write comment.