Color Hex Logo

#dddca7 Color Hex

#DDDCA7
(221,220,167)
0 Favorites   0 Comments

Color spaces of #dddca7

RGB 221220167
HSL0.160.440.76
HSV59°24°87°
CMYK 0.000.000.24   0.13
XYZ62.387069.348646.6567
Yxy69.34860.34970.3887
Hunter Lab83.2758-12.007425.0748
CIE-Lab86.6764-8.038526.2468

#dddca7 color RGB value is (221,220,167).

#dddca7 hex color red value is 221, green value is 220 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dddca7 hue: 0.16 , saturation: 0.44 and the lightness value of dddca7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10100111
Octal 335 334 247
Decimal 221 220 167
Hex DD DC A7

RGB Percentages of Color #dddca7

%36.35
%36.18
%27.47

CMYK Percentages of Color #dddca7

%0
%0
%24
%13

Triadic Colors of #dddca7

#dddca7 #a7dddc #dca7dd

Analogous Colors of #dddca7

#dddca7 #c3dda7 #ddc1a7

Monochromatic Colors of #dddca7

#dddca7

Complementary Color

#dddca7 #a7a8dd

#dddca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddca7 Color CSS Codes

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

#dddca7 Text Font Color

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

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


#dddca7 Background Color

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

This div background color is #dddca7


#dddca7 Border Color

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

This div border color is #dddca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddca7


Comments

No comments written yet.

Please login to write comment.