Color Hex Logo

#dfaddc Color Hex

#DFADDC
(223,173,220)
0 Favorites   0 Comments

Color spaces of #dfaddc

RGB 223173220
HSL0.840.440.78
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ58.293350.742474.4320
Yxy50.74240.31770.2766
Hunter Lab71.233721.4145-12.0885
CIE-Lab76.522726.0072-16.6608

#dfaddc color RGB value is (223,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11011100
Octal 337 255 334
Decimal 223 173 220
Hex DF AD DC

RGB Percentages of Color #dfaddc

%36.20
%28.08
%35.71

CMYK Percentages of Color #dfaddc

%0
%22
%1
%13

Triadic Colors of #dfaddc

#dfaddc #dcdfad #addcdf

Analogous Colors of #dfaddc

#dfaddc #dfadc3 #c9addf

Monochromatic Colors of #dfaddc

#dfaddc

Complementary Color

#dfaddc #addfb0

#dfaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaddc Color CSS Codes

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

#dfaddc Text Font Color

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

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


#dfaddc Background Color

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

This div background color is #dfaddc


#dfaddc Border Color

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

This div border color is #dfaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaddc


Comments

No comments written yet.

Please login to write comment.