Color Hex Logo

#dfade4 Color Hex

#DFADE4
(223,173,228)
0 Favorites   0 Comments

Color spaces of #dfade4

RGB 223173228
HSL0.820.500.79
HSV295°24°89°
CMYK 0.020.240.00   0.11
XYZ59.378651.176680.1473
Yxy51.17660.31140.2684
Hunter Lab71.537822.9693-16.3490
CIE-Lab76.785927.4931-20.6057

#dfade4 color RGB value is (223,173,228).

#dfade4 hex color red value is 223, green value is 173 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #dfade4 hue: 0.82 , saturation: 0.50 and the lightness value of dfade4 is 0.79.

The process color (four color CMYK) of #dfade4 color hex is 0.02, 0.24, 0.00, 0.11. Web safe color of #dfade4 is #cc99cc. Color #dfade4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11100100
Octal 337 255 344
Decimal 223 173 228
Hex DF AD E4

RGB Percentages of Color #dfade4

%35.74
%27.72
%36.54

CMYK Percentages of Color #dfade4

%2
%24
%0
%11

Triadic Colors of #dfade4

#dfade4 #e4dfad #ade4df

Analogous Colors of #dfade4

#dfade4 #e4adce #c4ade4

Monochromatic Colors of #dfade4

#dfade4

Complementary Color

#dfade4 #b2e4ad

#dfade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfade4 Color CSS Codes

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

#dfade4 Text Font Color

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

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


#dfade4 Background Color

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

This div background color is #dfade4


#dfade4 Border Color

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

This div border color is #dfade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfade4


Comments

No comments written yet.

Please login to write comment.