Color Hex Logo

#ddcac9 Color Hex

#DDCAC9
(221,202,201)
0 Favorites   0 Comments

Color spaces of #ddcac9

RGB 221202201
HSL0.010.230.83
HSV87°
CMYK 0.000.090.09   0.13
XYZ61.481961.830363.9523
Yxy61.83030.32830.3302
Hunter Lab78.63221.96126.8215
CIE-Lab82.82316.45892.8921

#ddcac9 color RGB value is (221,202,201).

#ddcac9 hex color red value is 221, green value is 202 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ddcac9 hue: 0.01 , saturation: 0.23 and the lightness value of ddcac9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11001001
Octal 335 312 311
Decimal 221 202 201
Hex DD CA C9

RGB Percentages of Color #ddcac9

%35.42
%32.37
%32.21

CMYK Percentages of Color #ddcac9

%0
%9
%9
%13

Triadic Colors of #ddcac9

#ddcac9 #c9ddca #cac9dd

Analogous Colors of #ddcac9

#ddcac9 #ddd4c9 #ddc9d2

Monochromatic Colors of #ddcac9

#ddcac9

Complementary Color

#ddcac9 #c9dcdd

#ddcac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcac9 Color CSS Codes

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

#ddcac9 Text Font Color

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

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


#ddcac9 Background Color

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

This div background color is #ddcac9


#ddcac9 Border Color

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

This div border color is #ddcac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcac9


Comments

No comments written yet.

Please login to write comment.