Color Hex Logo

#ddd4bd Color Hex

#DDD4BD
(221,212,189)
1 Favorites   0 Comments

Color spaces of #ddd4bd

RGB 221212189
HSL0.120.320.80
HSV43°14°87°
CMYK 0.000.040.14   0.13
XYZ62.547666.133257.6125
Yxy66.13320.33570.3550
Hunter Lab81.3223-5.024014.9218
CIE-Lab85.0643-0.717412.4847

#ddd4bd color RGB value is (221,212,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 10111101
Octal 335 324 275
Decimal 221 212 189
Hex DD D4 BD

RGB Percentages of Color #ddd4bd

%35.53
%34.08
%30.39

CMYK Percentages of Color #ddd4bd

%0
%4
%14
%13

Triadic Colors of #ddd4bd

#ddd4bd #bdddd4 #d4bddd

Analogous Colors of #ddd4bd

#ddd4bd #d6ddbd #ddc4bd

Monochromatic Colors of #ddd4bd

#ddd4bd

Complementary Color

#ddd4bd #bdc6dd

#ddd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd4bd Color CSS Codes

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

#ddd4bd Text Font Color

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

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


#ddd4bd Background Color

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

This div background color is #ddd4bd


#ddd4bd Border Color

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

This div border color is #ddd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd4bd

#ddd4bd Color Palettes


Comments

No comments written yet.

Please login to write comment.