Color Hex Logo

#eeeffe Color Hex

#EEEFFE
(238,239,254)
0 Favorites   0 Comments

Color spaces of #eeeffe

RGB 238239254
HSL0.660.890.96
HSV236°100°
CMYK 0.060.060.00   0.00
XYZ84.015887.0659106.1432
Yxy87.06590.30310.3141
Hunter Lab93.3091-2.5690-2.1286
CIE-Lab94.76622.4153-7.3320

#eeeffe color RGB value is (238,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11111110
Octal 356 357 376
Decimal 238 239 254
Hex EE EF FE

RGB Percentages of Color #eeeffe

%32.56
%32.69
%34.75

CMYK Percentages of Color #eeeffe

%6
%6
%0
%0

Triadic Colors of #eeeffe

#eeeffe #feeeef #effeee

Analogous Colors of #eeeffe

#eeeffe #f5eefe #eef7fe

Monochromatic Colors of #eeeffe

#eeeffe

Complementary Color

#eeeffe #fefdee

#eeeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeffe Color CSS Codes

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

#eeeffe Text Font Color

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

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


#eeeffe Background Color

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

This div background color is #eeeffe


#eeeffe Border Color

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

This div border color is #eeeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.