Color Hex Logo

#dfaadc Color Hex

#DFAADC
(223,170,220)
0 Favorites   0 Comments

Color spaces of #dfaadc

RGB 223170220
HSL0.840.450.77
HSV303°24°87°
CMYK 0.000.240.01   0.13
XYZ57.724449.604774.2424
Yxy49.60470.31790.2732
Hunter Lab70.430623.0437-13.1974
CIE-Lab75.826027.6238-17.7123

#dfaadc color RGB value is (223,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11011100
Octal 337 252 334
Decimal 223 170 220
Hex DF AA DC

RGB Percentages of Color #dfaadc

%36.38
%27.73
%35.89

CMYK Percentages of Color #dfaadc

%0
%24
%1
%13

Triadic Colors of #dfaadc

#dfaadc #dcdfaa #aadcdf

Analogous Colors of #dfaadc

#dfaadc #dfaac2 #c8aadf

Monochromatic Colors of #dfaadc

#dfaadc

Complementary Color

#dfaadc #aadfad

#dfaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaadc Color CSS Codes

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

#dfaadc Text Font Color

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

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


#dfaadc Background Color

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

This div background color is #dfaadc


#dfaadc Border Color

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

This div border color is #dfaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaadc


Comments

No comments written yet.

Please login to write comment.