Color Hex Logo

#eedce9 Color Hex

#EEDCE9
(238,220,233)
0 Favorites   0 Comments

Color spaces of #eedce9

RGB 238220233
HSL0.880.350.90
HSV317°93°
CMYK 0.000.080.02   0.07
XYZ75.561175.246787.6324
Yxy75.24670.31690.3156
Hunter Lab86.74493.68300.8248
CIE-Lab89.50848.4096-4.1254

#eedce9 color RGB value is (238,220,233).

#eedce9 hex color red value is 238, green value is 220 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #eedce9 hue: 0.88 , saturation: 0.35 and the lightness value of eedce9 is 0.90.

The process color (four color CMYK) of #eedce9 color hex is 0.00, 0.08, 0.02, 0.07. Web safe color of #eedce9 is #ffccff. Color #eedce9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 11101001
Octal 356 334 351
Decimal 238 220 233
Hex EE DC E9

RGB Percentages of Color #eedce9

%34.44
%31.84
%33.72

CMYK Percentages of Color #eedce9

%0
%8
%2
%7

Triadic Colors of #eedce9

#eedce9 #e9eedc #dce9ee

Analogous Colors of #eedce9

#eedce9 #eedce0 #eadcee

Monochromatic Colors of #eedce9

#eedce9

Complementary Color

#eedce9 #dceee1

#eedce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedce9 Color CSS Codes

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

#eedce9 Text Font Color

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

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


#eedce9 Background Color

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

This div background color is #eedce9


#eedce9 Border Color

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

This div border color is #eedce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedce9


Comments

No comments written yet.

Please login to write comment.