Color Hex Logo

#eed1fe Color Hex

#EED1FE
(238,209,254)
0 Favorites   0 Comments

Color spaces of #eed1fe

RGB 238209254
HSL0.770.960.91
HSV279°18°100°
CMYK 0.060.180.00   0.00
XYZ75.949870.9338103.4545
Yxy70.93380.30340.2834
Hunter Lab84.222213.5787-13.8734
CIE-Lab87.452818.0628-18.2525

#eed1fe color RGB value is (238,209,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 11111110
Octal 356 321 376
Decimal 238 209 254
Hex EE D1 FE

RGB Percentages of Color #eed1fe

%33.95
%29.81
%36.23

CMYK Percentages of Color #eed1fe

%6
%18
%0
%0

Triadic Colors of #eed1fe

#eed1fe #feeed1 #d1feee

Analogous Colors of #eed1fe

#eed1fe #fed1f8 #d8d1fe

Monochromatic Colors of #eed1fe

#eed1fe

Complementary Color

#eed1fe #e1fed1

#eed1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1fe Color CSS Codes

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

#eed1fe Text Font Color

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

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


#eed1fe Background Color

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

This div background color is #eed1fe


#eed1fe Border Color

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

This div border color is #eed1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.