Color Hex Logo

#dfaad6 Color Hex

#DFAAD6
(223,170,214)
0 Favorites   0 Comments

Color spaces of #dfaad6

RGB 223170214
HSL0.860.450.77
HSV310°24°87°
CMYK 0.000.240.04   0.13
XYZ56.943749.292570.1315
Yxy49.29250.32290.2795
Hunter Lab70.208621.9099-10.0788
CIE-Lab75.632926.5384-14.7342

#dfaad6 color RGB value is (223,170,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11010110
Octal 337 252 326
Decimal 223 170 214
Hex DF AA D6

RGB Percentages of Color #dfaad6

%36.74
%28.01
%35.26

CMYK Percentages of Color #dfaad6

%0
%24
%4
%13

Triadic Colors of #dfaad6

#dfaad6 #d6dfaa #aad6df

Analogous Colors of #dfaad6

#dfaad6 #dfaabc #ceaadf

Monochromatic Colors of #dfaad6

#dfaad6

Complementary Color

#dfaad6 #aadfb3

#dfaad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaad6 Color CSS Codes

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

#dfaad6 Text Font Color

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

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


#dfaad6 Background Color

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

This div background color is #dfaad6


#dfaad6 Border Color

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

This div border color is #dfaad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaad6


Comments

No comments written yet.

Please login to write comment.