Color Hex Logo

#ddcac0 Color Hex

#DDCAC0
(221,202,192)
0 Favorites   0 Comments

Color spaces of #ddcac0

RGB 221202192
HSL0.060.300.81
HSV21°13°87°
CMYK 0.000.090.13   0.13
XYZ60.453861.419058.5380
Yxy61.41900.33510.3404
Hunter Lab78.37030.544610.5730
CIE-Lab82.60354.98177.3803

#ddcac0 color RGB value is (221,202,192).

#ddcac0 hex color red value is 221, green value is 202 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ddcac0 hue: 0.06 , saturation: 0.30 and the lightness value of ddcac0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11000000
Octal 335 312 300
Decimal 221 202 192
Hex DD CA C0

RGB Percentages of Color #ddcac0

%35.93
%32.85
%31.22

CMYK Percentages of Color #ddcac0

%0
%9
%13
%13

Triadic Colors of #ddcac0

#ddcac0 #c0ddca #cac0dd

Analogous Colors of #ddcac0

#ddcac0 #ddd9c0 #ddc0c5

Monochromatic Colors of #ddcac0

#ddcac0

Complementary Color

#ddcac0 #c0d3dd

#ddcac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcac0 Color CSS Codes

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

#ddcac0 Text Font Color

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

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


#ddcac0 Background Color

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

This div background color is #ddcac0


#ddcac0 Border Color

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

This div border color is #ddcac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcac0


Comments

No comments written yet.

Please login to write comment.