Color Hex Logo

#eeddde Color Hex

#EEDDDE
(238,221,222)
0 Favorites   0 Comments

Color spaces of #eeddde

RGB 238221222
HSL0.990.330.90
HSV356°93°
CMYK 0.000.070.07   0.07
XYZ74.301275.164079.6992
Yxy75.16400.32420.3280
Hunter Lab86.69721.25806.1838
CIE-Lab89.46985.98741.6002

#eeddde color RGB value is (238,221,222).

#eeddde hex color red value is 238, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eeddde hue: 0.99 , saturation: 0.33 and the lightness value of eeddde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11011110
Octal 356 335 336
Decimal 238 221 222
Hex EE DD DE

RGB Percentages of Color #eeddde

%34.95
%32.45
%32.60

CMYK Percentages of Color #eeddde

%0
%7
%7
%7

Triadic Colors of #eeddde

#eeddde #deeedd #dddeee

Analogous Colors of #eeddde

#eeddde #eee5dd #eedde7

Monochromatic Colors of #eeddde

#eeddde

Complementary Color

#eeddde #ddeeed

#eeddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddde Color CSS Codes

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

#eeddde Text Font Color

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

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


#eeddde Background Color

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

This div background color is #eeddde


#eeddde Border Color

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

This div border color is #eeddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddde


Comments

No comments written yet.

Please login to write comment.