Color Hex Logo

#dfdac7 Color Hex

#DFDAC7
(223,218,199)
1 Favorites   0 Comments

Color spaces of #dfdac7

RGB 223218199
HSL0.130.270.83
HSV48°11°87°
CMYK 0.000.020.11   0.13
XYZ65.811669.954364.0667
Yxy69.95430.32930.3501
Hunter Lab83.6387-5.913913.1313
CIE-Lab86.9744-1.51359.9498

#dfdac7 color RGB value is (223,218,199).

#dfdac7 hex color red value is 223, green value is 218 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfdac7 hue: 0.13 , saturation: 0.27 and the lightness value of dfdac7 is 0.83.

The process color (four color CMYK) of #dfdac7 color hex is 0.00, 0.02, 0.11, 0.13. Web safe color of #dfdac7 is #cccccc. Color #dfdac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 11000111
Octal 337 332 307
Decimal 223 218 199
Hex DF DA C7

RGB Percentages of Color #dfdac7

%34.84
%34.06
%31.09

CMYK Percentages of Color #dfdac7

%0
%2
%11
%13

Triadic Colors of #dfdac7

#dfdac7 #c7dfda #dac7df

Analogous Colors of #dfdac7

#dfdac7 #d8dfc7 #dfcec7

Monochromatic Colors of #dfdac7

#dfdac7

Complementary Color

#dfdac7 #c7ccdf

#dfdac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdac7 Color CSS Codes

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

#dfdac7 Text Font Color

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

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


#dfdac7 Background Color

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

This div background color is #dfdac7


#dfdac7 Border Color

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

This div border color is #dfdac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdac7


Comments

No comments written yet.

Please login to write comment.