Color Hex Logo

#eeedfa Color Hex

#EEEDFA
(238,237,250)
0 Favorites   0 Comments

Color spaces of #eeedfa

RGB 238237250
HSL0.680.570.95
HSV245°98°
CMYK 0.050.050.00   0.02
XYZ82.799485.6476102.6101
Yxy85.64760.30550.3160
Hunter Lab92.5460-2.2544-0.9554
CIE-Lab94.16152.6949-6.1495

#eeedfa color RGB value is (238,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 11111010
Octal 356 355 372
Decimal 238 237 250
Hex EE ED FA

RGB Percentages of Color #eeedfa

%32.83
%32.69
%34.48

CMYK Percentages of Color #eeedfa

%5
%5
%0
%2

Triadic Colors of #eeedfa

#eeedfa #faeeed #edfaee

Analogous Colors of #eeedfa

#eeedfa #f5edfa #edf3fa

Monochromatic Colors of #eeedfa

#eeedfa

Complementary Color

#eeedfa #f9faed

#eeedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeedfa Color CSS Codes

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

#eeedfa Text Font Color

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

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


#eeedfa Background Color

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

This div background color is #eeedfa


#eeedfa Border Color

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

This div border color is #eeedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.