Color Hex Logo

#ddddad Color Hex

#DDDDAD
(221,221,173)
0 Favorites   0 Comments

Color spaces of #ddddad

RGB 221221173
HSL0.170.410.77
HSV60°22°87°
CMYK 0.000.000.22   0.13
XYZ63.218170.102249.7343
Yxy70.10220.34540.3830
Hunter Lab83.7271-11.746023.3904
CIE-Lab87.0470-7.714823.6407

#ddddad color RGB value is (221,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10101101
Octal 335 335 255
Decimal 221 221 173
Hex DD DD AD

RGB Percentages of Color #ddddad

%35.93
%35.93
%28.13

CMYK Percentages of Color #ddddad

%0
%0
%22
%13

Triadic Colors of #ddddad

#ddddad #addddd #ddaddd

Analogous Colors of #ddddad

#ddddad #c5ddad #ddc5ad

Monochromatic Colors of #ddddad

#ddddad

Complementary Color

#ddddad #adaddd

#ddddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddad Color CSS Codes

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

#ddddad Text Font Color

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

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


#ddddad Background Color

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

This div background color is #ddddad


#ddddad Border Color

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

This div border color is #ddddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddad


Comments

No comments written yet.

Please login to write comment.