Color Hex Logo

#dddbad Color Hex

#DDDBAD
(221,219,173)
0 Favorites   0 Comments

Color spaces of #dddbad

RGB 221219173
HSL0.160.410.77
HSV58°22°87°
CMYK 0.000.010.22   0.13
XYZ62.693169.052349.5593
Yxy69.05230.34580.3809
Hunter Lab83.0977-10.751622.8080
CIE-Lab86.5299-6.697722.9302

#dddbad color RGB value is (221,219,173).

#dddbad hex color red value is 221, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dddbad hue: 0.16 , saturation: 0.41 and the lightness value of dddbad is 0.77.

The process color (four color CMYK) of #dddbad color hex is 0.00, 0.01, 0.22, 0.13. Web safe color of #dddbad is #cccc99. Color #dddbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 10101101
Octal 335 333 255
Decimal 221 219 173
Hex DD DB AD

RGB Percentages of Color #dddbad

%36.05
%35.73
%28.22

CMYK Percentages of Color #dddbad

%0
%1
%22
%13

Triadic Colors of #dddbad

#dddbad #addddb #dbaddd

Analogous Colors of #dddbad

#dddbad #c7ddad #ddc3ad

Monochromatic Colors of #dddbad

#dddbad

Complementary Color

#dddbad #adafdd

#dddbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbad Color CSS Codes

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

#dddbad Text Font Color

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

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


#dddbad Background Color

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

This div background color is #dddbad


#dddbad Border Color

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

This div border color is #dddbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbad


Comments

No comments written yet.

Please login to write comment.