Color Hex Logo

#dfade8 Color Hex

#DFADE8
(223,173,232)
0 Favorites   0 Comments

Color spaces of #dfade8

RGB 223173232
HSL0.810.560.79
HSV291°25°91°
CMYK 0.040.250.00   0.09
XYZ59.940551.401383.1062
Yxy51.40130.30830.2643
Hunter Lab71.694723.7696-18.5408
CIE-Lab76.921528.2526-22.5674

#dfade8 color RGB value is (223,173,232).

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

The process color (four color CMYK) of #dfade8 color hex is 0.04, 0.25, 0.00, 0.09. Web safe color of #dfade8 is #cc99ff. Color #dfade8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11101000
Octal 337 255 350
Decimal 223 173 232
Hex DF AD E8

RGB Percentages of Color #dfade8

%35.51
%27.55
%36.94

CMYK Percentages of Color #dfade8

%4
%25
%0
%9

Triadic Colors of #dfade8

#dfade8 #e8dfad #ade8df

Analogous Colors of #dfade8

#dfade8 #e8add4 #c2ade8

Monochromatic Colors of #dfade8

#dfade8

Complementary Color

#dfade8 #b6e8ad

#dfade8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfade8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfade8 Color CSS Codes

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

#dfade8 Text Font Color

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

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


#dfade8 Background Color

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

This div background color is #dfade8


#dfade8 Border Color

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

This div border color is #dfade8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfade8


Comments

No comments written yet.

Please login to write comment.