Color Hex Logo

#dfdca7 Color Hex

#DFDCA7
(223,220,167)
0 Favorites   0 Comments

Color spaces of #dfdca7

RGB 223220167
HSL0.160.470.76
HSV57°25°87°
CMYK 0.000.010.25   0.13
XYZ62.999769.664446.6854
Yxy69.66440.35130.3884
Hunter Lab83.4652-11.332025.2624
CIE-Lab86.8320-7.291426.4842

#dfdca7 color RGB value is (223,220,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10100111
Octal 337 334 247
Decimal 223 220 167
Hex DF DC A7

RGB Percentages of Color #dfdca7

%36.56
%36.07
%27.38

CMYK Percentages of Color #dfdca7

%0
%1
%25
%13

Triadic Colors of #dfdca7

#dfdca7 #a7dfdc #dca7df

Analogous Colors of #dfdca7

#dfdca7 #c6dfa7 #dfc0a7

Monochromatic Colors of #dfdca7

#dfdca7

Complementary Color

#dfdca7 #a7aadf

#dfdca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdca7 Color CSS Codes

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

#dfdca7 Text Font Color

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

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


#dfdca7 Background Color

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

This div background color is #dfdca7


#dfdca7 Border Color

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

This div border color is #dfdca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdca7


Comments

No comments written yet.

Please login to write comment.