Color Hex Logo

#eedaff Color Hex

#EEDAFF
(238,218,255)
0 Favorites   0 Comments

Color spaces of #eedaff

RGB 238218255
HSL0.761.000.93
HSV272°15°100°
CMYK 0.070.150.00   0.00
XYZ78.381375.5400105.0573
Yxy75.54000.30270.2917
Hunter Lab86.91388.8773-10.8274
CIE-Lab89.645313.5118-15.4825

#eedaff color RGB value is (238,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 11111111
Octal 356 332 377
Decimal 238 218 255
Hex EE DA FF

RGB Percentages of Color #eedaff

%33.47
%30.66
%35.86

CMYK Percentages of Color #eedaff

%7
%15
%0
%0

Triadic Colors of #eedaff

#eedaff #ffeeda #daffee

Analogous Colors of #eedaff

#eedaff #ffdafe #dcdaff

Monochromatic Colors of #eedaff

#eedaff

Complementary Color

#eedaff #ebffda

#eedaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedaff Color CSS Codes

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

#eedaff Text Font Color

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

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


#eedaff Background Color

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

This div background color is #eedaff


#eedaff Border Color

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

This div border color is #eedaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eedaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedaff


Comments

No comments written yet.

Please login to write comment.