Color Hex Logo

#eeefff Color Hex

#EEEFFF
(238,239,255)
0 Favorites   0 Comments

Color spaces of #eeefff

RGB 238239255
HSL0.661.000.97
HSV236°100°
CMYK 0.070.060.00   0.00
XYZ84.176487.1301106.9890
Yxy87.13010.30250.3131
Hunter Lab93.3435-2.3813-2.6169
CIE-Lab94.79342.6035-7.8104

#eeefff color RGB value is (238,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11111111
Octal 356 357 377
Decimal 238 239 255
Hex EE EF FF

RGB Percentages of Color #eeefff

%32.51
%32.65
%34.84

CMYK Percentages of Color #eeefff

%7
%6
%0
%0

Triadic Colors of #eeefff

#eeefff #ffeeef #efffee

Analogous Colors of #eeefff

#eeefff #f6eeff #eef8ff

Monochromatic Colors of #eeefff

#eeefff

Complementary Color

#eeefff #fffeee

#eeefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeefff Color CSS Codes

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

#eeefff Text Font Color

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

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


#eeefff Background Color

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

This div background color is #eeefff


#eeefff Border Color

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

This div border color is #eeefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeefff

Related Colors


Comments

No comments written yet.

Please login to write comment.