Color Hex Logo

#dfaecd Color Hex

#DFAECD
(223,174,205)
0 Favorites   0 Comments

Color spaces of #dfaecd

RGB 223174205
HSL0.890.430.78
HSV322°22°87°
CMYK 0.000.220.08   0.13
XYZ56.586950.367964.4971
Yxy50.36790.33000.2938
Hunter Lab70.970318.1256-4.2029
CIE-Lab76.294522.8045-8.8383

#dfaecd color RGB value is (223,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11001101
Octal 337 256 315
Decimal 223 174 205
Hex DF AE CD

RGB Percentages of Color #dfaecd

%37.04
%28.90
%34.05

CMYK Percentages of Color #dfaecd

%0
%22
%8
%13

Triadic Colors of #dfaecd

#dfaecd #cddfae #aecddf

Analogous Colors of #dfaecd

#dfaecd #dfaeb5 #d9aedf

Monochromatic Colors of #dfaecd

#dfaecd

Complementary Color

#dfaecd #aedfc0

#dfaecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaecd Color CSS Codes

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

#dfaecd Text Font Color

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

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


#dfaecd Background Color

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

This div background color is #dfaecd


#dfaecd Border Color

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

This div border color is #dfaecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaecd


Comments

No comments written yet.

Please login to write comment.