Color Hex Logo

#dfaed9 Color Hex

#DFAED9
(223,174,217)
0 Favorites   0 Comments

Color spaces of #dfaed9

RGB 223174217
HSL0.850.430.78
HSV307°22°87°
CMYK 0.000.220.03   0.13
XYZ58.091950.969872.4220
Yxy50.96980.32010.2809
Hunter Lab71.393120.3057-10.1692
CIE-Lab76.660724.9226-14.8224

#dfaed9 color RGB value is (223,174,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11011001
Octal 337 256 331
Decimal 223 174 217
Hex DF AE D9

RGB Percentages of Color #dfaed9

%36.32
%28.34
%35.34

CMYK Percentages of Color #dfaed9

%0
%22
%3
%13

Triadic Colors of #dfaed9

#dfaed9 #d9dfae #aed9df

Analogous Colors of #dfaed9

#dfaed9 #dfaec1 #cdaedf

Monochromatic Colors of #dfaed9

#dfaed9

Complementary Color

#dfaed9 #aedfb4

#dfaed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaed9 Color CSS Codes

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

#dfaed9 Text Font Color

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

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


#dfaed9 Background Color

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

This div background color is #dfaed9


#dfaed9 Border Color

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

This div border color is #dfaed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaed9


Comments

No comments written yet.

Please login to write comment.