Color Hex Logo

#eeddf7 Color Hex

#EEDDF7
(238,221,247)
0 Favorites   0 Comments

Color spaces of #eeddf7

RGB 238221247
HSL0.780.620.92
HSV279°11°97°
CMYK 0.040.110.00   0.03
XYZ77.904876.605498.6760
Yxy76.60540.30770.3026
Hunter Lab87.52455.7134-5.5770
CIE-Lab90.139710.4289-10.5449

#eeddf7 color RGB value is (238,221,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11110111
Octal 356 335 367
Decimal 238 221 247
Hex EE DD F7

RGB Percentages of Color #eeddf7

%33.71
%31.30
%34.99

CMYK Percentages of Color #eeddf7

%4
%11
%0
%3

Triadic Colors of #eeddf7

#eeddf7 #f7eedd #ddf7ee

Analogous Colors of #eeddf7

#eeddf7 #f7ddf3 #e1ddf7

Monochromatic Colors of #eeddf7

#eeddf7

Complementary Color

#eeddf7 #e6f7dd

#eeddf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddf7 Color CSS Codes

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

#eeddf7 Text Font Color

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

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


#eeddf7 Background Color

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

This div background color is #eeddf7


#eeddf7 Border Color

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

This div border color is #eeddf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddf7


Comments

No comments written yet.

Please login to write comment.