Color Hex Logo

#dfaedc Color Hex

#DFAEDC
(223,174,220)
0 Favorites   0 Comments

Color spaces of #dfaedc

RGB 223174220
HSL0.840.430.78
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ58.485751.127474.4962
Yxy51.12740.31770.2777
Hunter Lab71.503420.8718-11.7192
CIE-Lab76.756125.4680-16.3090

#dfaedc color RGB value is (223,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 11011100
Octal 337 256 334
Decimal 223 174 220
Hex DF AE DC

RGB Percentages of Color #dfaedc

%36.14
%28.20
%35.66

CMYK Percentages of Color #dfaedc

%0
%22
%1
%13

Triadic Colors of #dfaedc

#dfaedc #dcdfae #aedcdf

Analogous Colors of #dfaedc

#dfaedc #dfaec4 #caaedf

Monochromatic Colors of #dfaedc

#dfaedc

Complementary Color

#dfaedc #aedfb1

#dfaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaedc Color CSS Codes

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

#dfaedc Text Font Color

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

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


#dfaedc Background Color

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

This div background color is #dfaedc


#dfaedc Border Color

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

This div border color is #dfaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaedc


Comments

No comments written yet.

Please login to write comment.