Color Hex Logo

#eeeefa Color Hex

#EEEEFA
(238,238,250)
0 Favorites   0 Comments

Color spaces of #eeeefa

RGB 238238250
HSL0.670.550.96
HSV240°98°
CMYK 0.050.050.00   0.02
XYZ83.089786.2283102.7069
Yxy86.22830.30540.3170
Hunter Lab92.8592-2.7831-0.5763
CIE-Lab94.40992.1816-5.7828

#eeeefa color RGB value is (238,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 11111010
Octal 356 356 372
Decimal 238 238 250
Hex EE EE FA

RGB Percentages of Color #eeeefa

%32.78
%32.78
%34.44

CMYK Percentages of Color #eeeefa

%5
%5
%0
%2

Triadic Colors of #eeeefa

#eeeefa #faeeee #eefaee

Analogous Colors of #eeeefa

#eeeefa #f4eefa #eef4fa

Monochromatic Colors of #eeeefa

#eeeefa

Complementary Color

#eeeefa #fafaee

#eeeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeefa Color CSS Codes

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

#eeeefa Text Font Color

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

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


#eeeefa Background Color

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

This div background color is #eeeefa


#eeeefa Border Color

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

This div border color is #eeeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeefa

#eeeefa Color Palettes


Comments

No comments written yet.

Please login to write comment.