Color Hex Logo

#dddcac Color Hex

#DDDCAC
(221,220,172)
0 Favorites   0 Comments

Color spaces of #dddcac

RGB 221220172
HSL0.160.420.77
HSV59°22°87°
CMYK 0.000.000.22   0.13
XYZ62.858469.537149.1387
Yxy69.53710.34630.3831
Hunter Lab83.3889-11.377623.4343
CIE-Lab86.7693-7.347423.7794

#dddcac color RGB value is (221,220,172).

#dddcac hex color red value is 221, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dddcac hue: 0.16 , saturation: 0.42 and the lightness value of dddcac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10101100
Octal 335 334 254
Decimal 221 220 172
Hex DD DC AC

RGB Percentages of Color #dddcac

%36.05
%35.89
%28.06

CMYK Percentages of Color #dddcac

%0
%0
%22
%13

Triadic Colors of #dddcac

#dddcac #acdddc #dcacdd

Analogous Colors of #dddcac

#dddcac #c6ddac #ddc4ac

Monochromatic Colors of #dddcac

#dddcac

Complementary Color

#dddcac #acaddd

#dddcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcac Color CSS Codes

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

#dddcac Text Font Color

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

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


#dddcac Background Color

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

This div background color is #dddcac


#dddcac Border Color

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

This div border color is #dddcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcac


Comments

No comments written yet.

Please login to write comment.