Color Hex Logo

#eee1fe Color Hex

#EEE1FE
(238,225,254)
0 Favorites   0 Comments

Color spaces of #eee1fe

RGB 238225254
HSL0.740.940.94
HSV267°11°100°
CMYK 0.060.110.00   0.00
XYZ80.074579.1833104.8295
Yxy79.18330.30320.2998
Hunter Lab88.98504.9022-7.5576
CIE-Lab91.31729.6579-12.4571

#eee1fe color RGB value is (238,225,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 11111110
Octal 356 341 376
Decimal 238 225 254
Hex EE E1 FE

RGB Percentages of Color #eee1fe

%33.19
%31.38
%35.43

CMYK Percentages of Color #eee1fe

%6
%11
%0
%0

Triadic Colors of #eee1fe

#eee1fe #feeee1 #e1feee

Analogous Colors of #eee1fe

#eee1fe #fde1fe #e1e3fe

Monochromatic Colors of #eee1fe

#eee1fe

Complementary Color

#eee1fe #f1fee1

#eee1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee1fe Color CSS Codes

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

#eee1fe Text Font Color

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

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


#eee1fe Background Color

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

This div background color is #eee1fe


#eee1fe Border Color

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

This div border color is #eee1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.