Color Hex Logo

#eeddff Color Hex

#EEDDFF
(238,221,255)
1 Favorites   0 Comments

Color spaces of #eeddff

RGB 238221255
HSL0.751.000.93
HSV270°13°100°
CMYK 0.070.130.00   0.00
XYZ79.166377.1100105.3190
Yxy77.11000.30260.2948
Hunter Lab87.81237.2534-9.6417
CIE-Lab90.372211.9388-14.3932

#eeddff color RGB value is (238,221,255).

#eeddff hex color red value is 238, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #eeddff hue: 0.75 , saturation: 1.00 and the lightness value of eeddff is 0.93.

The process color (four color CMYK) of #eeddff color hex is 0.07, 0.13, 0.00, 0.00. Web safe color of #eeddff is #ffccff. Color #eeddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11111111
Octal 356 335 377
Decimal 238 221 255
Hex EE DD FF

RGB Percentages of Color #eeddff

%33.33
%30.95
%35.71

CMYK Percentages of Color #eeddff

%7
%13
%0
%0

Triadic Colors of #eeddff

#eeddff #ffeedd #ddffee

Analogous Colors of #eeddff

#eeddff #ffddff #ddddff

Monochromatic Colors of #eeddff

#eeddff

Complementary Color

#eeddff #eeffdd

#eeddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddff Color CSS Codes

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

#eeddff Text Font Color

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

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


#eeddff Background Color

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

This div background color is #eeddff


#eeddff Border Color

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

This div border color is #eeddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddff

Related Colors


Comments

No comments written yet.

Please login to write comment.