Color Hex Logo

#dddd9f Color Hex

#DDDD9F
(221,221,159)
0 Favorites   0 Comments

Color spaces of #dddd9f

RGB 221221159
HSL0.170.480.75
HSV60°28°87°
CMYK 0.000.000.28   0.13
XYZ61.933369.588342.9685
Yxy69.58830.35490.3988
Hunter Lab83.4196-13.460427.8541
CIE-Lab86.7945-9.603730.5331

#dddd9f color RGB value is (221,221,159).

#dddd9f hex color red value is 221, green value is 221 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dddd9f hue: 0.17 , saturation: 0.48 and the lightness value of dddd9f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10011111
Octal 335 335 237
Decimal 221 221 159
Hex DD DD 9F

RGB Percentages of Color #dddd9f

%36.77
%36.77
%26.46

CMYK Percentages of Color #dddd9f

%0
%0
%28
%13

Triadic Colors of #dddd9f

#dddd9f #9fdddd #dd9fdd

Analogous Colors of #dddd9f

#dddd9f #bedd9f #ddbe9f

Monochromatic Colors of #dddd9f

#dddd9f

Complementary Color

#dddd9f #9f9fdd

#dddd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd9f Color CSS Codes

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

#dddd9f Text Font Color

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

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


#dddd9f Background Color

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

This div background color is #dddd9f


#dddd9f Border Color

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

This div border color is #dddd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd9f


Comments

No comments written yet.

Please login to write comment.