Color Hex Logo

#ecd9df Color Hex

#ECD9DF
(236,217,223)
0 Favorites   0 Comments

Color spaces of #ecd9df

RGB 236217223
HSL0.950.330.89
HSV341°93°
CMYK 0.000.080.06   0.07
XYZ72.724272.786380.0282
Yxy72.78630.32240.3227
Hunter Lab85.31492.85614.1044
CIE-Lab88.34577.5506-0.5855

#ecd9df color RGB value is (236,217,223).

#ecd9df hex color red value is 236, green value is 217 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ecd9df hue: 0.95 , saturation: 0.33 and the lightness value of ecd9df is 0.89.

The process color (four color CMYK) of #ecd9df color hex is 0.00, 0.08, 0.06, 0.07. Web safe color of #ecd9df is #ffcccc. Color #ecd9df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 11011111
Octal 354 331 337
Decimal 236 217 223
Hex EC D9 DF

RGB Percentages of Color #ecd9df

%34.91
%32.10
%32.99

CMYK Percentages of Color #ecd9df

%0
%8
%6
%7

Triadic Colors of #ecd9df

#ecd9df #dfecd9 #d9dfec

Analogous Colors of #ecd9df

#ecd9df #ecddd9 #ecd9e9

Monochromatic Colors of #ecd9df

#ecd9df

Complementary Color

#ecd9df #d9ece6

#ecd9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd9df Color CSS Codes

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

#ecd9df Text Font Color

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

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


#ecd9df Background Color

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

This div background color is #ecd9df


#ecd9df Border Color

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

This div border color is #ecd9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd9df


Comments

No comments written yet.

Please login to write comment.