Color Hex Logo

#eecddc Color Hex

#EECDDC
(238,205,220)
0 Favorites   0 Comments

Color spaces of #eecddc

RGB 238205220
HSL0.920.490.87
HSV333°14°93°
CMYK 0.000.140.08   0.07
XYZ70.009567.007176.9539
Yxy67.00710.32720.3132
Hunter Lab81.85799.41211.5625
CIE-Lab85.507514.0214-3.1374

#eecddc color RGB value is (238,205,220).

#eecddc hex color red value is 238, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eecddc hue: 0.92 , saturation: 0.49 and the lightness value of eecddc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11011100
Octal 356 315 334
Decimal 238 205 220
Hex EE CD DC

RGB Percentages of Color #eecddc

%35.90
%30.92
%33.18

CMYK Percentages of Color #eecddc

%0
%14
%8
%7

Triadic Colors of #eecddc

#eecddc #dceecd #cddcee

Analogous Colors of #eecddc

#eecddc #eecfcd #eecded

Monochromatic Colors of #eecddc

#eecddc

Complementary Color

#eecddc #cdeedf

#eecddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecddc Color CSS Codes

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

#eecddc Text Font Color

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

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


#eecddc Background Color

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

This div background color is #eecddc


#eecddc Border Color

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

This div border color is #eecddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,205,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 #eecddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecddc

#eecddc Color Palettes


Comments

No comments written yet.

Please login to write comment.