Color Hex Logo

#eee0fa Color Hex

#EEE0FA
(238,224,250)
0 Favorites   0 Comments

Color spaces of #eee0fa

RGB 238224250
HSL0.760.720.93
HSV272°10°98°
CMYK 0.050.100.00   0.02
XYZ79.170978.3906101.4006
Yxy78.39060.30570.3027
Hunter Lab88.53854.6720-5.9262
CIE-Lab90.95789.4236-10.8995

#eee0fa color RGB value is (238,224,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 11111010
Octal 356 340 372
Decimal 238 224 250
Hex EE E0 FA

RGB Percentages of Color #eee0fa

%33.43
%31.46
%35.11

CMYK Percentages of Color #eee0fa

%5
%10
%0
%2

Triadic Colors of #eee0fa

#eee0fa #faeee0 #e0faee

Analogous Colors of #eee0fa

#eee0fa #fae0f9 #e1e0fa

Monochromatic Colors of #eee0fa

#eee0fa

Complementary Color

#eee0fa #ecfae0

#eee0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee0fa Color CSS Codes

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

#eee0fa Text Font Color

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

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


#eee0fa Background Color

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

This div background color is #eee0fa


#eee0fa Border Color

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

This div border color is #eee0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee0fa


Comments

No comments written yet.

Please login to write comment.