Color Hex Logo

#dfadc7 Color Hex

#DFADC7
(223,173,199)
0 Favorites   0 Comments

Color spaces of #dfadc7

RGB 223173199
HSL0.910.440.78
HSV329°22°87°
CMYK 0.000.220.11   0.13
XYZ55.683849.698660.6908
Yxy49.69860.33530.2993
Hunter Lab70.497217.6220-1.6945
CIE-Lab75.883922.3248-6.1749

#dfadc7 color RGB value is (223,173,199).

#dfadc7 hex color red value is 223, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dfadc7 hue: 0.91 , saturation: 0.44 and the lightness value of dfadc7 is 0.78.

The process color (four color CMYK) of #dfadc7 color hex is 0.00, 0.22, 0.11, 0.13. Web safe color of #dfadc7 is #cc99cc. Color #dfadc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11000111
Octal 337 255 307
Decimal 223 173 199
Hex DF AD C7

RGB Percentages of Color #dfadc7

%37.48
%29.08
%33.45

CMYK Percentages of Color #dfadc7

%0
%22
%11
%13

Triadic Colors of #dfadc7

#dfadc7 #c7dfad #adc7df

Analogous Colors of #dfadc7

#dfadc7 #dfadae #deaddf

Monochromatic Colors of #dfadc7

#dfadc7

Complementary Color

#dfadc7 #addfc5

#dfadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadc7 Color CSS Codes

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

#dfadc7 Text Font Color

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

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


#dfadc7 Background Color

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

This div background color is #dfadc7


#dfadc7 Border Color

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

This div border color is #dfadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadc7


Comments

No comments written yet.

Please login to write comment.