Color Hex Logo

#dfadcd Color Hex

#DFADCD
(223,173,205)
0 Favorites   0 Comments

Color spaces of #dfadcd

RGB 223173205
HSL0.890.440.78
HSV322°22°87°
CMYK 0.000.220.08   0.13
XYZ56.394449.982964.4330
Yxy49.98290.33020.2926
Hunter Lab70.698618.6622-4.5465
CIE-Lab76.058823.3432-9.1891

#dfadcd color RGB value is (223,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11001101
Octal 337 255 315
Decimal 223 173 205
Hex DF AD CD

RGB Percentages of Color #dfadcd

%37.10
%28.79
%34.11

CMYK Percentages of Color #dfadcd

%0
%22
%8
%13

Triadic Colors of #dfadcd

#dfadcd #cddfad #adcddf

Analogous Colors of #dfadcd

#dfadcd #dfadb4 #d8addf

Monochromatic Colors of #dfadcd

#dfadcd

Complementary Color

#dfadcd #addfbf

#dfadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadcd Color CSS Codes

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

#dfadcd Text Font Color

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

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


#dfadcd Background Color

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

This div background color is #dfadcd


#dfadcd Border Color

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

This div border color is #dfadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadcd


Comments

No comments written yet.

Please login to write comment.