Color Hex Logo

#eeeffa Color Hex

#EEEFFA
(238,239,250)
1 Favorites   0 Comments

Color spaces of #eeeffa

RGB 238239250
HSL0.650.550.96
HSV235°98°
CMYK 0.050.040.00   0.02
XYZ83.381786.8123102.8042
Yxy86.81230.30540.3180
Hunter Lab93.1731-3.3112-0.1975
CIE-Lab94.65861.6690-5.4159

#eeeffa color RGB value is (238,239,250).

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

The process color (four color CMYK) of #eeeffa color hex is 0.05, 0.04, 0.00, 0.02. Web safe color of #eeeffa is #ffffff. Color #eeeffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101111 11111010
Octal 356 357 372
Decimal 238 239 250
Hex EE EF FA

RGB Percentages of Color #eeeffa

%32.74
%32.87
%34.39

CMYK Percentages of Color #eeeffa

%5
%4
%0
%2

Triadic Colors of #eeeffa

#eeeffa #faeeef #effaee

Analogous Colors of #eeeffa

#eeeffa #f3eefa #eef5fa

Monochromatic Colors of #eeeffa

#eeeffa

Complementary Color

#eeeffa #faf9ee

#eeeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeffa Color CSS Codes

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

#eeeffa Text Font Color

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

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


#eeeffa Background Color

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

This div background color is #eeeffa


#eeeffa Border Color

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

This div border color is #eeeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeffa

Related Colors


Comments

No comments written yet.

Please login to write comment.