Color Hex Logo

#ddc4ad Color Hex

#DDC4AD
(221,196,173)
1 Favorites   0 Comments

Color spaces of #ddc4ad

RGB 221196173
HSL0.080.410.77
HSV29°22°87°
CMYK 0.000.110.22   0.13
XYZ57.101557.869147.6954
Yxy57.86910.35100.3558
Hunter Lab76.07170.861416.0766
CIE-Lab80.66605.233314.7732

#ddc4ad color RGB value is (221,196,173).

#ddc4ad hex color red value is 221, green value is 196 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddc4ad hue: 0.08 , saturation: 0.41 and the lightness value of ddc4ad is 0.77.

The process color (four color CMYK) of #ddc4ad color hex is 0.00, 0.11, 0.22, 0.13. Web safe color of #ddc4ad is #cccc99. Color #ddc4ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10101101
Octal 335 304 255
Decimal 221 196 173
Hex DD C4 AD

RGB Percentages of Color #ddc4ad

%37.46
%33.22
%29.32

CMYK Percentages of Color #ddc4ad

%0
%11
%22
%13

Triadic Colors of #ddc4ad

#ddc4ad #adddc4 #c4addd

Analogous Colors of #ddc4ad

#ddc4ad #dddcad #ddadae

Monochromatic Colors of #ddc4ad

#ddc4ad

Complementary Color

#ddc4ad #adc6dd

#ddc4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4ad Color CSS Codes

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

#ddc4ad Text Font Color

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

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


#ddc4ad Background Color

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

This div background color is #ddc4ad


#ddc4ad Border Color

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

This div border color is #ddc4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4ad

#ddc4ad Color Palettes


Comments

No comments written yet.

Please login to write comment.