Color Hex Logo

#eed1e5 Color Hex

#EED1E5
(238,209,229)
0 Favorites   0 Comments

Color spaces of #eed1e5

RGB 238209229
HSL0.890.460.88
HSV319°12°93°
CMYK 0.000.120.04   0.07
XYZ72.203269.435283.7256
Yxy69.43520.32040.3081
Hunter Lab83.32788.8459-1.2436
CIE-Lab86.719113.4670-6.1279

#eed1e5 color RGB value is (238,209,229).

#eed1e5 hex color red value is 238, green value is 209 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #eed1e5 hue: 0.89 , saturation: 0.46 and the lightness value of eed1e5 is 0.88.

The process color (four color CMYK) of #eed1e5 color hex is 0.00, 0.12, 0.04, 0.07. Web safe color of #eed1e5 is #ffcccc. Color #eed1e5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 11100101
Octal 356 321 345
Decimal 238 209 229
Hex EE D1 E5

RGB Percentages of Color #eed1e5

%35.21
%30.92
%33.88

CMYK Percentages of Color #eed1e5

%0
%12
%4
%7

Triadic Colors of #eed1e5

#eed1e5 #e5eed1 #d1e5ee

Analogous Colors of #eed1e5

#eed1e5 #eed1d7 #e9d1ee

Monochromatic Colors of #eed1e5

#eed1e5

Complementary Color

#eed1e5 #d1eeda

#eed1e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed1e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed1e5 Color CSS Codes

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

#eed1e5 Text Font Color

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

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


#eed1e5 Background Color

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

This div background color is #eed1e5


#eed1e5 Border Color

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

This div border color is #eed1e5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,209,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eed1e5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed1e5


Comments

No comments written yet.

Please login to write comment.