Color Hex Logo

#eedffe Color Hex

#EEDFFE
(238,223,254)
0 Favorites   0 Comments

Color spaces of #eedffe

RGB 238223254
HSL0.750.940.94
HSV269°12°100°
CMYK 0.060.120.00   0.00
XYZ79.537078.1083104.6503
Yxy78.10830.30320.2978
Hunter Lab88.37895.9788-8.3406
CIE-Lab90.829310.7017-13.1856

#eedffe color RGB value is (238,223,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11111110
Octal 356 337 376
Decimal 238 223 254
Hex EE DF FE

RGB Percentages of Color #eedffe

%33.29
%31.19
%35.52

CMYK Percentages of Color #eedffe

%6
%12
%0
%0

Triadic Colors of #eedffe

#eedffe #feeedf #dffeee

Analogous Colors of #eedffe

#eedffe #fedffe #dfe0fe

Monochromatic Colors of #eedffe

#eedffe

Complementary Color

#eedffe #effedf

#eedffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedffe Color CSS Codes

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

#eedffe Text Font Color

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

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


#eedffe Background Color

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

This div background color is #eedffe


#eedffe Border Color

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

This div border color is #eedffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedffe

Related Colors


Comments

No comments written yet.

Please login to write comment.