Color Hex Logo

#eeeefe Color Hex

#EEEEFE
(238,238,254)
1 Favorites   0 Comments

Color spaces of #eeeefe

RGB 238238254
HSL0.670.890.96
HSV240°100°
CMYK 0.060.060.00   0.00
XYZ83.723886.4820106.0459
Yxy86.48200.30310.3131
Hunter Lab92.9957-2.0394-2.5132
CIE-Lab94.51812.9284-7.6992

#eeeefe color RGB value is (238,238,254).

#eeeefe hex color red value is 238, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eeeefe hue: 0.67 , saturation: 0.89 and the lightness value of eeeefe is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11111110
Octal 356 356 376
Decimal 238 238 254
Hex EE EE FE

RGB Percentages of Color #eeeefe

%32.60
%32.60
%34.79

CMYK Percentages of Color #eeeefe

%6
%6
%0
%0

Triadic Colors of #eeeefe

#eeeefe #feeeee #eefeee

Analogous Colors of #eeeefe

#eeeefe #f6eefe #eef6fe

Monochromatic Colors of #eeeefe

#eeeefe

Complementary Color

#eeeefe #fefeee

#eeeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeefe Color CSS Codes

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

#eeeefe Text Font Color

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

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


#eeeefe Background Color

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

This div background color is #eeeefe


#eeeefe Border Color

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

This div border color is #eeeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeefe


Comments

No comments written yet.

Please login to write comment.