Color Hex Logo

#eed5eb Color Hex

#EED5EB
(238,213,235)
0 Favorites   0 Comments

Color spaces of #eed5eb

RGB 238213235
HSL0.850.420.88
HSV307°11°93°
CMYK 0.000.110.01   0.07
XYZ74.049571.763888.5462
Yxy71.76380.31600.3062
Hunter Lab84.71357.7812-2.6730
CIE-Lab87.854812.4279-7.6210

#eed5eb color RGB value is (238,213,235).

#eed5eb hex color red value is 238, green value is 213 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eed5eb hue: 0.85 , saturation: 0.42 and the lightness value of eed5eb is 0.88.

The process color (four color CMYK) of #eed5eb color hex is 0.00, 0.11, 0.01, 0.07. Web safe color of #eed5eb is #ffccff. Color #eed5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 11101011
Octal 356 325 353
Decimal 238 213 235
Hex EE D5 EB

RGB Percentages of Color #eed5eb

%34.69
%31.05
%34.26

CMYK Percentages of Color #eed5eb

%0
%11
%1
%7

Triadic Colors of #eed5eb

#eed5eb #ebeed5 #d5ebee

Analogous Colors of #eed5eb

#eed5eb #eed5df #e5d5ee

Monochromatic Colors of #eed5eb

#eed5eb

Complementary Color

#eed5eb #d5eed8

#eed5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed5eb Color CSS Codes

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

#eed5eb Text Font Color

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

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


#eed5eb Background Color

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

This div background color is #eed5eb


#eed5eb Border Color

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

This div border color is #eed5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed5eb


Comments

No comments written yet.

Please login to write comment.