Color Hex Logo

#eeddf9 Color Hex

#EEDDF9
(238,221,249)
0 Favorites   0 Comments

Color spaces of #eeddf9

RGB 238221249
HSL0.770.700.92
HSV276°11°98°
CMYK 0.040.110.00   0.02
XYZ78.215276.7296100.3104
Yxy76.72960.30640.3006
Hunter Lab87.59546.0932-6.5795
CIE-Lab90.197010.8024-11.5088

#eeddf9 color RGB value is (238,221,249).

#eeddf9 hex color red value is 238, green value is 221 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #eeddf9 hue: 0.77 , saturation: 0.70 and the lightness value of eeddf9 is 0.92.

The process color (four color CMYK) of #eeddf9 color hex is 0.04, 0.11, 0.00, 0.02. Web safe color of #eeddf9 is #ffccff. Color #eeddf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11111001
Octal 356 335 371
Decimal 238 221 249
Hex EE DD F9

RGB Percentages of Color #eeddf9

%33.62
%31.21
%35.17

CMYK Percentages of Color #eeddf9

%4
%11
%0
%2

Triadic Colors of #eeddf9

#eeddf9 #f9eedd #ddf9ee

Analogous Colors of #eeddf9

#eeddf9 #f9ddf6 #e0ddf9

Monochromatic Colors of #eeddf9

#eeddf9

Complementary Color

#eeddf9 #e8f9dd

#eeddf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddf9 Color CSS Codes

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

#eeddf9 Text Font Color

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

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


#eeddf9 Background Color

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

This div background color is #eeddf9


#eeddf9 Border Color

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

This div border color is #eeddf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddf9

Related Colors


Comments

No comments written yet.

Please login to write comment.