Color Hex Logo

#ddd0bd Color Hex

#DDD0BD
(221,208,189)
0 Favorites   0 Comments

Color spaces of #ddd0bd

RGB 221208189
HSL0.100.320.80
HSV36°14°87°
CMYK 0.000.060.14   0.13
XYZ61.560064.158057.2833
Yxy64.15800.33640.3506
Hunter Lab80.0987-2.986213.6673
CIE-Lab84.04801.362311.0411

#ddd0bd color RGB value is (221,208,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10111101
Octal 335 320 275
Decimal 221 208 189
Hex DD D0 BD

RGB Percentages of Color #ddd0bd

%35.76
%33.66
%30.58

CMYK Percentages of Color #ddd0bd

%0
%6
%14
%13

Triadic Colors of #ddd0bd

#ddd0bd #bdddd0 #d0bddd

Analogous Colors of #ddd0bd

#ddd0bd #daddbd #ddc0bd

Monochromatic Colors of #ddd0bd

#ddd0bd

Complementary Color

#ddd0bd #bdcadd

#ddd0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0bd Color CSS Codes

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

#ddd0bd Text Font Color

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

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


#ddd0bd Background Color

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

This div background color is #ddd0bd


#ddd0bd Border Color

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

This div border color is #ddd0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd0bd

#ddd0bd Color Palettes


Comments

No comments written yet.

Please login to write comment.