Color Hex Logo

#eeddfa Color Hex

#EEDDFA
(238,221,250)
0 Favorites   0 Comments

Color spaces of #eeddfa

RGB 238221250
HSL0.760.740.92
HSV275°12°98°
CMYK 0.050.120.00   0.02
XYZ78.371776.7922101.1342
Yxy76.79220.30580.2996
Hunter Lab87.63126.2844-7.0842
CIE-Lab90.225910.9903-11.9903

#eeddfa color RGB value is (238,221,250).

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

The process color (four color CMYK) of #eeddfa color hex is 0.05, 0.12, 0.00, 0.02. Web safe color of #eeddfa is #ffccff. Color #eeddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 11111010
Octal 356 335 372
Decimal 238 221 250
Hex EE DD FA

RGB Percentages of Color #eeddfa

%33.57
%31.17
%35.26

CMYK Percentages of Color #eeddfa

%5
%12
%0
%2

Triadic Colors of #eeddfa

#eeddfa #faeedd #ddfaee

Analogous Colors of #eeddfa

#eeddfa #faddf8 #e0ddfa

Monochromatic Colors of #eeddfa

#eeddfa

Complementary Color

#eeddfa #e9fadd

#eeddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddfa Color CSS Codes

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

#eeddfa Text Font Color

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

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


#eeddfa Background Color

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

This div background color is #eeddfa


#eeddfa Border Color

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

This div border color is #eeddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.