Color Hex Logo

#eeddfe Color Hex

#EEDDFE
(238,221,254)
0 Favorites   0 Comments

Color spaces of #eeddfe

RGB 238221254
HSL0.750.940.93
HSV271°13°100°
CMYK 0.060.130.00   0.00
XYZ79.005777.0458104.4732
Yxy77.04580.30330.2957
Hunter Lab87.77577.0578-9.1256
CIE-Lab90.342711.7477-13.9132

#eeddfe color RGB value is (238,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11111110
Octal 356 335 376
Decimal 238 221 254
Hex EE DD FE

RGB Percentages of Color #eeddfe

%33.38
%31.00
%35.62

CMYK Percentages of Color #eeddfe

%6
%13
%0
%0

Triadic Colors of #eeddfe

#eeddfe #feeedd #ddfeee

Analogous Colors of #eeddfe

#eeddfe #feddfe #deddfe

Monochromatic Colors of #eeddfe

#eeddfe

Complementary Color

#eeddfe #edfedd

#eeddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddfe Color CSS Codes

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

#eeddfe Text Font Color

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

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


#eeddfe Background Color

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

This div background color is #eeddfe


#eeddfe Border Color

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

This div border color is #eeddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddfe


Comments

No comments written yet.

Please login to write comment.