Color Hex Logo

#dfadc6 Color Hex

#DFADC6
(223,173,198)
0 Favorites   0 Comments

Color spaces of #dfadc6

RGB 223173198
HSL0.920.440.78
HSV330°22°87°
CMYK 0.000.220.11   0.13
XYZ55.568049.652360.0812
Yxy49.65230.33620.3004
Hunter Lab70.464417.4519-1.2283
CIE-Lab75.855322.1576-5.6711

#dfadc6 color RGB value is (223,173,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11000110
Octal 337 255 306
Decimal 223 173 198
Hex DF AD C6

RGB Percentages of Color #dfadc6

%37.54
%29.12
%33.33

CMYK Percentages of Color #dfadc6

%0
%22
%11
%13

Triadic Colors of #dfadc6

#dfadc6 #c6dfad #adc6df

Analogous Colors of #dfadc6

#dfadc6 #dfadad #dfaddf

Monochromatic Colors of #dfadc6

#dfadc6

Complementary Color

#dfadc6 #addfc6

#dfadc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadc6 Color CSS Codes

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

#dfadc6 Text Font Color

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

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


#dfadc6 Background Color

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

This div background color is #dfadc6


#dfadc6 Border Color

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

This div border color is #dfadc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadc6


Comments

No comments written yet.

Please login to write comment.