Color Hex Logo

#dfaad3 Color Hex

#DFAAD3
(223,170,211)
0 Favorites   0 Comments

Color spaces of #dfaad3

RGB 223170211
HSL0.870.450.77
HSV314°24°87°
CMYK 0.000.240.05   0.13
XYZ56.564049.140668.1318
Yxy49.14060.32540.2827
Hunter Lab70.100421.3561-8.5548
CIE-Lab75.538726.0056-13.2391

#dfaad3 color RGB value is (223,170,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11010011
Octal 337 252 323
Decimal 223 170 211
Hex DF AA D3

RGB Percentages of Color #dfaad3

%36.92
%28.15
%34.93

CMYK Percentages of Color #dfaad3

%0
%24
%5
%13

Triadic Colors of #dfaad3

#dfaad3 #d3dfaa #aad3df

Analogous Colors of #dfaad3

#dfaad3 #dfaab9 #d1aadf

Monochromatic Colors of #dfaad3

#dfaad3

Complementary Color

#dfaad3 #aadfb6

#dfaad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaad3 Color CSS Codes

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

#dfaad3 Text Font Color

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

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


#dfaad3 Background Color

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

This div background color is #dfaad3


#dfaad3 Border Color

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

This div border color is #dfaad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaad3


Comments

No comments written yet.

Please login to write comment.