Color Hex Logo

#dfadc0 Color Hex

#DFADC0
(223,173,192)
0 Favorites   0 Comments

Color spaces of #dfadc0

RGB 223173192
HSL0.940.440.78
HSV337°22°87°
CMYK 0.000.220.14   0.13
XYZ54.889449.380956.5076
Yxy49.38090.34140.3071
Hunter Lab70.271516.45191.5131
CIE-Lab75.687721.1714-2.6411

#dfadc0 color RGB value is (223,173,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11000000
Octal 337 255 300
Decimal 223 173 192
Hex DF AD C0

RGB Percentages of Color #dfadc0

%37.93
%29.42
%32.65

CMYK Percentages of Color #dfadc0

%0
%22
%14
%13

Triadic Colors of #dfadc0

#dfadc0 #c0dfad #adc0df

Analogous Colors of #dfadc0

#dfadc0 #dfb3ad #dfadd9

Monochromatic Colors of #dfadc0

#dfadc0

Complementary Color

#dfadc0 #addfcc

#dfadc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadc0 Color CSS Codes

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

#dfadc0 Text Font Color

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

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


#dfadc0 Background Color

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

This div background color is #dfadc0


#dfadc0 Border Color

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

This div border color is #dfadc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadc0


Comments

No comments written yet.

Please login to write comment.