Color Hex Logo

#ddccac Color Hex

#DDCCAC
(221,204,172)
0 Favorites   0 Comments

Color spaces of #ddccac

RGB 221204172
HSL0.110.420.77
HSV39°22°87°
CMYK 0.000.080.22   0.13
XYZ58.858161.536447.8053
Yxy61.53640.34990.3659
Hunter Lab78.4451-3.348818.7796
CIE-Lab82.66630.893918.1055

#ddccac color RGB value is (221,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 10101100
Octal 335 314 254
Decimal 221 204 172
Hex DD CC AC

RGB Percentages of Color #ddccac

%37.02
%34.17
%28.81

CMYK Percentages of Color #ddccac

%0
%8
%22
%13

Triadic Colors of #ddccac

#ddccac #acddcc #ccacdd

Analogous Colors of #ddccac

#ddccac #d6ddac #ddb4ac

Monochromatic Colors of #ddccac

#ddccac

Complementary Color

#ddccac #acbddd

#ddccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccac Color CSS Codes

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

#ddccac Text Font Color

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

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


#ddccac Background Color

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

This div background color is #ddccac


#ddccac Border Color

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

This div border color is #ddccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccac


Comments

No comments written yet.

Please login to write comment.