Color Hex Logo

#eee4ff Color Hex

#EEE4FF
(238,228,255)
0 Favorites   0 Comments

Color spaces of #eee4ff

RGB 238228255
HSL0.731.000.95
HSV262°11°100°
CMYK 0.070.110.00   0.00
XYZ81.053380.8839105.9479
Yxy80.88390.30260.3019
Hunter Lab89.93553.4840-6.8914
CIE-Lab92.08008.2861-11.8417

#eee4ff color RGB value is (238,228,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 11111111
Octal 356 344 377
Decimal 238 228 255
Hex EE E4 FF

RGB Percentages of Color #eee4ff

%33.01
%31.62
%35.37

CMYK Percentages of Color #eee4ff

%7
%11
%0
%0

Triadic Colors of #eee4ff

#eee4ff #ffeee4 #e4ffee

Analogous Colors of #eee4ff

#eee4ff #fce4ff #e4e8ff

Monochromatic Colors of #eee4ff

#eee4ff

Complementary Color

#eee4ff #f5ffe4

#eee4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee4ff Color CSS Codes

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

#eee4ff Text Font Color

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

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


#eee4ff Background Color

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

This div background color is #eee4ff


#eee4ff Border Color

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

This div border color is #eee4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee4ff

Related Colors

#eee4ff Color Palettes


Comments

No comments written yet.

Please login to write comment.