Color Hex Logo

#eeccde Color Hex

#EECCDE
(238,204,222)
0 Favorites   0 Comments

Color spaces of #eeccde

RGB 238204222
HSL0.910.500.87
HSV328°14°93°
CMYK 0.000.140.07   0.07
XYZ70.037666.636878.2781
Yxy66.63680.32580.3100
Hunter Lab81.631410.29350.2875
CIE-Lab85.320214.8892-4.4765

#eeccde color RGB value is (238,204,222).

#eeccde hex color red value is 238, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eeccde hue: 0.91 , saturation: 0.50 and the lightness value of eeccde is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 11011110
Octal 356 314 336
Decimal 238 204 222
Hex EE CC DE

RGB Percentages of Color #eeccde

%35.84
%30.72
%33.43

CMYK Percentages of Color #eeccde

%0
%14
%7
%7

Triadic Colors of #eeccde

#eeccde #deeecc #ccdeee

Analogous Colors of #eeccde

#eeccde #eecccd #edccee

Monochromatic Colors of #eeccde

#eeccde

Complementary Color

#eeccde #cceedc

#eeccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeccde Color CSS Codes

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

#eeccde Text Font Color

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

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


#eeccde Background Color

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

This div background color is #eeccde


#eeccde Border Color

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

This div border color is #eeccde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,204,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeccde


Comments

No comments written yet.

Please login to write comment.