Color Hex Logo

#eedefe Color Hex

#EEDEFE
(238,222,254)
0 Favorites   0 Comments

Color spaces of #eedefe

RGB 238222254
HSL0.750.940.93
HSV270°13°100°
CMYK 0.060.130.00   0.00
XYZ79.270677.5755104.5615
Yxy77.57550.30320.2968
Hunter Lab88.07706.5180-8.7329
CIE-Lab90.585811.2245-13.5496

#eedefe color RGB value is (238,222,254).

#eedefe hex color red value is 238, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eedefe hue: 0.75 , saturation: 0.94 and the lightness value of eedefe is 0.93.

The process color (four color CMYK) of #eedefe color hex is 0.06, 0.13, 0.00, 0.00. Web safe color of #eedefe is #ffccff. Color #eedefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11111110
Octal 356 336 376
Decimal 238 222 254
Hex EE DE FE

RGB Percentages of Color #eedefe

%33.33
%31.09
%35.57

CMYK Percentages of Color #eedefe

%6
%13
%0
%0

Triadic Colors of #eedefe

#eedefe #feeede #defeee

Analogous Colors of #eedefe

#eedefe #fedefe #dedefe

Monochromatic Colors of #eedefe

#eedefe

Complementary Color

#eedefe #eefede

#eedefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedefe Color CSS Codes

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

#eedefe Text Font Color

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

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


#eedefe Background Color

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

This div background color is #eedefe


#eedefe Border Color

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

This div border color is #eedefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedefe


Comments

No comments written yet.

Please login to write comment.