Color Hex Logo

#dfade0 Color Hex

#DFADE0
(223,173,224)
0 Favorites   0 Comments

Color spaces of #dfade0

RGB 223173224
HSL0.830.450.78
HSV299°23°88°
CMYK 0.000.230.00   0.12
XYZ58.829550.956977.2560
Yxy50.95690.31450.2724
Hunter Lab71.384122.1843-14.1982
CIE-Lab76.652926.7446-18.6369

#dfade0 color RGB value is (223,173,224).

#dfade0 hex color red value is 223, green value is 173 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dfade0 hue: 0.83 , saturation: 0.45 and the lightness value of dfade0 is 0.78.

The process color (four color CMYK) of #dfade0 color hex is 0.00, 0.23, 0.00, 0.12. Web safe color of #dfade0 is #cc99cc. Color #dfade0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11100000
Octal 337 255 340
Decimal 223 173 224
Hex DF AD E0

RGB Percentages of Color #dfade0

%35.97
%27.90
%36.13

CMYK Percentages of Color #dfade0

%0
%23
%0
%12

Triadic Colors of #dfade0

#dfade0 #e0dfad #ade0df

Analogous Colors of #dfade0

#dfade0 #e0adc8 #c6ade0

Monochromatic Colors of #dfade0

#dfade0

Complementary Color

#dfade0 #aee0ad

#dfade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfade0 Color CSS Codes

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

#dfade0 Text Font Color

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

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


#dfade0 Background Color

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

This div background color is #dfade0


#dfade0 Border Color

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

This div border color is #dfade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfade0


Comments

No comments written yet.

Please login to write comment.