Color Hex Logo

#eeded5 Color Hex

#EEDED5
(238,222,213)
0 Favorites   0 Comments

Color spaces of #eeded5

RGB 238222213
HSL0.060.420.88
HSV22°11°93°
CMYK 0.000.070.11   0.07
XYZ73.391475.223873.6023
Yxy75.22380.33030.3385
Hunter Lab86.7317-0.735610.3974
CIE-Lab89.49773.97926.3670

#eeded5 color RGB value is (238,222,213).

#eeded5 hex color red value is 238, green value is 222 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #eeded5 hue: 0.06 , saturation: 0.42 and the lightness value of eeded5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11010101
Octal 356 336 325
Decimal 238 222 213
Hex EE DE D5

RGB Percentages of Color #eeded5

%35.36
%32.99
%31.65

CMYK Percentages of Color #eeded5

%0
%7
%11
%7

Triadic Colors of #eeded5

#eeded5 #d5eede #ded5ee

Analogous Colors of #eeded5

#eeded5 #eeebd5 #eed5d9

Monochromatic Colors of #eeded5

#eeded5

Complementary Color

#eeded5 #d5e5ee

#eeded5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeded5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeded5 Color CSS Codes

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

#eeded5 Text Font Color

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

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


#eeded5 Background Color

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

This div background color is #eeded5


#eeded5 Border Color

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

This div border color is #eeded5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeded5

#eeded5 Color Palettes


Comments

No comments written yet.

Please login to write comment.