Color Hex Logo

#ddcaad Color Hex

#DDCAAD
(221,202,173)
1 Favorites   0 Comments

Color spaces of #ddcaad

RGB 221202173
HSL0.100.410.77
HSV36°22°87°
CMYK 0.000.090.22   0.13
XYZ58.482160.630348.1556
Yxy60.63030.34960.3625
Hunter Lab77.8655-2.199317.8381
CIE-Lab82.17962.082216.8960

#ddcaad color RGB value is (221,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 10101101
Octal 335 312 255
Decimal 221 202 173
Hex DD CA AD

RGB Percentages of Color #ddcaad

%37.08
%33.89
%29.03

CMYK Percentages of Color #ddcaad

%0
%9
%22
%13

Triadic Colors of #ddcaad

#ddcaad #adddca #caaddd

Analogous Colors of #ddcaad

#ddcaad #d8ddad #ddb2ad

Monochromatic Colors of #ddcaad

#ddcaad

Complementary Color

#ddcaad #adc0dd

#ddcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaad Color CSS Codes

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

#ddcaad Text Font Color

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

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


#ddcaad Background Color

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

This div background color is #ddcaad


#ddcaad Border Color

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

This div border color is #ddcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaad

#ddcaad Color Palettes


Comments

No comments written yet.

Please login to write comment.