Color Hex Logo

#dfdca3 Color Hex

#DFDCA3
(223,220,163)
0 Favorites   0 Comments

Color spaces of #dfdca3

RGB 223220163
HSL0.160.480.76
HSV57°27°87°
CMYK 0.000.010.27   0.13
XYZ62.635569.518744.7675
Yxy69.51870.35400.3929
Hunter Lab83.3779-11.817726.5303
CIE-Lab86.7603-7.823828.4546

#dfdca3 color RGB value is (223,220,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10100011
Octal 337 334 243
Decimal 223 220 163
Hex DF DC A3

RGB Percentages of Color #dfdca3

%36.80
%36.30
%26.90

CMYK Percentages of Color #dfdca3

%0
%1
%27
%13

Triadic Colors of #dfdca3

#dfdca3 #a3dfdc #dca3df

Analogous Colors of #dfdca3

#dfdca3 #c4dfa3 #dfbea3

Monochromatic Colors of #dfdca3

#dfdca3

Complementary Color

#dfdca3 #a3a6df

#dfdca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdca3 Color CSS Codes

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

#dfdca3 Text Font Color

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

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


#dfdca3 Background Color

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

This div background color is #dfdca3


#dfdca3 Border Color

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

This div border color is #dfdca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdca3


Comments

No comments written yet.

Please login to write comment.