Color Hex Logo

#dddda9 Color Hex

#DDDDA9
(221,221,169)
0 Favorites   0 Comments

Color spaces of #dddda9

RGB 221221169
HSL0.170.430.76
HSV60°24°87°
CMYK 0.000.000.24   0.13
XYZ62.836769.949647.7259
Yxy69.94960.34810.3875
Hunter Lab83.6359-12.253524.7119
CIE-Lab86.9721-8.271725.6136

#dddda9 color RGB value is (221,221,169).

#dddda9 hex color red value is 221, green value is 221 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dddda9 hue: 0.17 , saturation: 0.43 and the lightness value of dddda9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10101001
Octal 335 335 251
Decimal 221 221 169
Hex DD DD A9

RGB Percentages of Color #dddda9

%36.17
%36.17
%27.66

CMYK Percentages of Color #dddda9

%0
%0
%24
%13

Triadic Colors of #dddda9

#dddda9 #a9dddd #dda9dd

Analogous Colors of #dddda9

#dddda9 #c3dda9 #ddc3a9

Monochromatic Colors of #dddda9

#dddda9

Complementary Color

#dddda9 #a9a9dd

#dddda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddda9 Color CSS Codes

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

#dddda9 Text Font Color

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

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


#dddda9 Background Color

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

This div background color is #dddda9


#dddda9 Border Color

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

This div border color is #dddda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddda9


Comments

No comments written yet.

Please login to write comment.