Color Hex Logo

#dfdca9 Color Hex

#DFDCA9
(223,220,169)
0 Favorites   0 Comments

Color spaces of #dfdca9

RGB 223220169
HSL0.160.460.77
HSV57°24°87°
CMYK 0.000.010.24   0.13
XYZ63.186169.738947.6668
Yxy69.73890.34990.3862
Hunter Lab83.5098-11.083624.6146
CIE-Lab86.8686-7.019825.4979

#dfdca9 color RGB value is (223,220,169).

#dfdca9 hex color red value is 223, green value is 220 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dfdca9 hue: 0.16 , saturation: 0.46 and the lightness value of dfdca9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10101001
Octal 337 334 251
Decimal 223 220 169
Hex DF DC A9

RGB Percentages of Color #dfdca9

%36.44
%35.95
%27.61

CMYK Percentages of Color #dfdca9

%0
%1
%24
%13

Triadic Colors of #dfdca9

#dfdca9 #a9dfdc #dca9df

Analogous Colors of #dfdca9

#dfdca9 #c7dfa9 #dfc1a9

Monochromatic Colors of #dfdca9

#dfdca9

Complementary Color

#dfdca9 #a9acdf

#dfdca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdca9 Color CSS Codes

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

#dfdca9 Text Font Color

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

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


#dfdca9 Background Color

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

This div background color is #dfdca9


#dfdca9 Border Color

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

This div border color is #dfdca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdca9


Comments

No comments written yet.

Please login to write comment.