Color Hex Logo

#dfaad9 Color Hex

#DFAAD9
(223,170,217)
0 Favorites   0 Comments

Color spaces of #dfaad9

RGB 223170217
HSL0.850.450.77
HSV307°24°87°
CMYK 0.000.240.03   0.13
XYZ57.330549.447272.1683
Yxy49.44720.32040.2763
Hunter Lab70.318722.4725-11.6264
CIE-Lab75.728727.0779-16.2252

#dfaad9 color RGB value is (223,170,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11011001
Octal 337 252 331
Decimal 223 170 217
Hex DF AA D9

RGB Percentages of Color #dfaad9

%36.56
%27.87
%35.57

CMYK Percentages of Color #dfaad9

%0
%24
%3
%13

Triadic Colors of #dfaad9

#dfaad9 #d9dfaa #aad9df

Analogous Colors of #dfaad9

#dfaad9 #dfaabf #cbaadf

Monochromatic Colors of #dfaad9

#dfaad9

Complementary Color

#dfaad9 #aadfb0

#dfaad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaad9 Color CSS Codes

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

#dfaad9 Text Font Color

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

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


#dfaad9 Background Color

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

This div background color is #dfaad9


#dfaad9 Border Color

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

This div border color is #dfaad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaad9


Comments

No comments written yet.

Please login to write comment.