Color Hex Logo

#dfaed4 Color Hex

#DFAED4
(223,174,212)
0 Favorites   0 Comments

Color spaces of #dfaed4

RGB 223174212
HSL0.870.430.78
HSV313°22°87°
CMYK 0.000.220.05   0.13
XYZ57.451150.713569.0480
Yxy50.71350.32420.2862
Hunter Lab71.213419.3806-7.6378
CIE-Lab76.505124.0272-12.3363

#dfaed4 color RGB value is (223,174,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11010100
Octal 337 256 324
Decimal 223 174 212
Hex DF AE D4

RGB Percentages of Color #dfaed4

%36.62
%28.57
%34.81

CMYK Percentages of Color #dfaed4

%0
%22
%5
%13

Triadic Colors of #dfaed4

#dfaed4 #d4dfae #aed4df

Analogous Colors of #dfaed4

#dfaed4 #dfaebc #d2aedf

Monochromatic Colors of #dfaed4

#dfaed4

Complementary Color

#dfaed4 #aedfb9

#dfaed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaed4 Color CSS Codes

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

#dfaed4 Text Font Color

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

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


#dfaed4 Background Color

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

This div background color is #dfaed4


#dfaed4 Border Color

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

This div border color is #dfaed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaed4


Comments

No comments written yet.

Please login to write comment.