Color Hex Logo

#dfade7 Color Hex

#DFADE7
(223,173,231)
0 Favorites   0 Comments

Color spaces of #dfade7

RGB 223173231
HSL0.810.550.79
HSV292°25°91°
CMYK 0.030.250.00   0.09
XYZ59.798851.344682.3601
Yxy51.34460.30900.2653
Hunter Lab71.655123.5682-17.9891
CIE-Lab76.887328.0618-22.0777

#dfade7 color RGB value is (223,173,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11100111
Octal 337 255 347
Decimal 223 173 231
Hex DF AD E7

RGB Percentages of Color #dfade7

%35.57
%27.59
%36.84

CMYK Percentages of Color #dfade7

%3
%25
%0
%9

Triadic Colors of #dfade7

#dfade7 #e7dfad #ade7df

Analogous Colors of #dfade7

#dfade7 #e7add2 #c2ade7

Monochromatic Colors of #dfade7

#dfade7

Complementary Color

#dfade7 #b5e7ad

#dfade7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfade7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfade7 Color CSS Codes

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

#dfade7 Text Font Color

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

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


#dfade7 Background Color

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

This div background color is #dfade7


#dfade7 Border Color

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

This div border color is #dfade7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfade7


Comments

No comments written yet.

Please login to write comment.