Color Hex Logo

#dfaade Color Hex

#DFAADE
(223,170,222)
1 Favorites   0 Comments

Color spaces of #dfaade

RGB 223170222
HSL0.840.450.77
HSV301°24°87°
CMYK 0.000.240.00   0.13
XYZ57.991049.711475.6460
Yxy49.71140.31630.2711
Hunter Lab70.506323.4291-14.2576
CIE-Lab75.891827.9911-18.7013

#dfaade color RGB value is (223,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11011110
Octal 337 252 336
Decimal 223 170 222
Hex DF AA DE

RGB Percentages of Color #dfaade

%36.26
%27.64
%36.10

CMYK Percentages of Color #dfaade

%0
%24
%0
%13

Triadic Colors of #dfaade

#dfaade #dedfaa #aadedf

Analogous Colors of #dfaade

#dfaade #dfaac4 #c6aadf

Monochromatic Colors of #dfaade

#dfaade

Complementary Color

#dfaade #aadfab

#dfaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaade Color CSS Codes

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

#dfaade Text Font Color

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

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


#dfaade Background Color

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

This div background color is #dfaade


#dfaade Border Color

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

This div border color is #dfaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaade


Comments

No comments written yet.

Please login to write comment.