Color Hex Logo

#ddcac3 Color Hex

#DDCAC3
(221,202,195)
0 Favorites   0 Comments

Color spaces of #ddcac3

RGB 221202195
HSL0.040.280.82
HSV16°12°87°
CMYK 0.000.090.12   0.13
XYZ60.789661.553360.3068
Yxy61.55330.33280.3370
Hunter Lab78.45591.00849.3446
CIE-Lab82.67535.46685.8823

#ddcac3 color RGB value is (221,202,195).

#ddcac3 hex color red value is 221, green value is 202 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ddcac3 hue: 0.04 , saturation: 0.28 and the lightness value of ddcac3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11000011
Octal 335 312 303
Decimal 221 202 195
Hex DD CA C3

RGB Percentages of Color #ddcac3

%35.76
%32.69
%31.55

CMYK Percentages of Color #ddcac3

%0
%9
%12
%13

Triadic Colors of #ddcac3

#ddcac3 #c3ddca #cac3dd

Analogous Colors of #ddcac3

#ddcac3 #ddd7c3 #ddc3c9

Monochromatic Colors of #ddcac3

#ddcac3

Complementary Color

#ddcac3 #c3d6dd

#ddcac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcac3 Color CSS Codes

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

#ddcac3 Text Font Color

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

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


#ddcac3 Background Color

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

This div background color is #ddcac3


#ddcac3 Border Color

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

This div border color is #ddcac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcac3

#ddcac3 Color Palettes


Comments

No comments written yet.

Please login to write comment.