Color Hex Logo

#ddc4bd Color Hex

#DDC4BD
(221,196,189)
0 Favorites   0 Comments

Color spaces of #ddc4bd

RGB 221196189
HSL0.040.320.80
HSV13°14°87°
CMYK 0.000.110.14   0.13
XYZ58.744058.526156.3446
Yxy58.52610.33840.3371
Hunter Lab76.50243.18609.8841
CIE-Lab81.03047.66956.7252

#ddc4bd color RGB value is (221,196,189).

#ddc4bd hex color red value is 221, green value is 196 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddc4bd hue: 0.04 , saturation: 0.32 and the lightness value of ddc4bd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10111101
Octal 335 304 275
Decimal 221 196 189
Hex DD C4 BD

RGB Percentages of Color #ddc4bd

%36.47
%32.34
%31.19

CMYK Percentages of Color #ddc4bd

%0
%11
%14
%13

Triadic Colors of #ddc4bd

#ddc4bd #bdddc4 #c4bddd

Analogous Colors of #ddc4bd

#ddc4bd #ddd4bd #ddbdc6

Monochromatic Colors of #ddc4bd

#ddc4bd

Complementary Color

#ddc4bd #bdd6dd

#ddc4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4bd Color CSS Codes

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

#ddc4bd Text Font Color

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

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


#ddc4bd Background Color

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

This div background color is #ddc4bd


#ddc4bd Border Color

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

This div border color is #ddc4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4bd


Comments

No comments written yet.

Please login to write comment.