Color Hex Logo

#dfadce Color Hex

#DFADCE
(223,173,206)
0 Favorites   0 Comments

Color spaces of #dfadce

RGB 223173206
HSL0.890.440.78
HSV320°22°87°
CMYK 0.000.220.08   0.13
XYZ56.515650.031365.0708
Yxy50.03130.32930.2915
Hunter Lab70.732818.8393-5.0310
CIE-Lab76.088523.5159-9.6901

#dfadce color RGB value is (223,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101101 11001110
Octal 337 255 316
Decimal 223 173 206
Hex DF AD CE

RGB Percentages of Color #dfadce

%37.04
%28.74
%34.22

CMYK Percentages of Color #dfadce

%0
%22
%8
%13

Triadic Colors of #dfadce

#dfadce #cedfad #adcedf

Analogous Colors of #dfadce

#dfadce #dfadb5 #d7addf

Monochromatic Colors of #dfadce

#dfadce

Complementary Color

#dfadce #addfbe

#dfadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfadce Color CSS Codes

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

#dfadce Text Font Color

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

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


#dfadce Background Color

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

This div background color is #dfadce


#dfadce Border Color

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

This div border color is #dfadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfadce


Comments

No comments written yet.

Please login to write comment.