Color Hex Logo

#eeeffd Color Hex

#EEEFFD
(238,239,253)
0 Favorites   0 Comments

Color spaces of #eeeffd

RGB 238239253
HSL0.660.790.96
HSV236°99°
CMYK 0.060.060.00   0.01
XYZ83.856087.0020105.3019
Yxy87.00200.30370.3150
Hunter Lab93.2749-2.7559-1.6426
CIE-Lab94.73912.2277-6.8534

#eeeffd color RGB value is (238,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11111101
Octal 356 357 375
Decimal 238 239 253
Hex EE EF FD

RGB Percentages of Color #eeeffd

%32.60
%32.74
%34.66

CMYK Percentages of Color #eeeffd

%6
%6
%0
%1

Triadic Colors of #eeeffd

#eeeffd #fdeeef #effdee

Analogous Colors of #eeeffd

#eeeffd #f5eefd #eef7fd

Monochromatic Colors of #eeeffd

#eeeffd

Complementary Color

#eeeffd #fdfcee

#eeeffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeffd Color CSS Codes

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

#eeeffd Text Font Color

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

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


#eeeffd Background Color

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

This div background color is #eeeffd


#eeeffd Border Color

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

This div border color is #eeeffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,239,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eeeffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeffd


Comments

No comments written yet.

Please login to write comment.