Color Hex Logo

#eeedfe Color Hex

#EEEDFE
(238,237,254)
0 Favorites   0 Comments

Color spaces of #eeedfe

RGB 238237254
HSL0.680.890.96
HSV244°100°
CMYK 0.060.070.00   0.00
XYZ83.433585.9013105.9491
Yxy85.90130.30310.3120
Hunter Lab92.6830-1.5089-2.8984
CIE-Lab94.27013.4424-8.0663

#eeedfe color RGB value is (238,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11111110
Octal 356 355 376
Decimal 238 237 254
Hex EE ED FE

RGB Percentages of Color #eeedfe

%32.65
%32.51
%34.84

CMYK Percentages of Color #eeedfe

%6
%7
%0
%0

Triadic Colors of #eeedfe

#eeedfe #feeeed #edfeee

Analogous Colors of #eeedfe

#eeedfe #f7edfe #edf5fe

Monochromatic Colors of #eeedfe

#eeedfe

Complementary Color

#eeedfe #fdfeed

#eeedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedfe Color CSS Codes

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

#eeedfe Text Font Color

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

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


#eeedfe Background Color

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

This div background color is #eeedfe


#eeedfe Border Color

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

This div border color is #eeedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedfe


Comments

No comments written yet.

Please login to write comment.