Color Hex Logo

#eed0db Color Hex

#EED0DB
(238,208,219)
1 Favorites   0 Comments

Color spaces of #eed0db

RGB 238208219
HSL0.940.470.87
HSV338°13°93°
CMYK 0.000.130.08   0.07
XYZ70.602068.403476.4999
Yxy68.40340.32760.3174
Hunter Lab82.70637.63983.0537
CIE-Lab86.207812.2734-1.5791

#eed0db color RGB value is (238,208,219).

#eed0db hex color red value is 238, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eed0db hue: 0.94 , saturation: 0.47 and the lightness value of eed0db is 0.87.

The process color (four color CMYK) of #eed0db color hex is 0.00, 0.13, 0.08, 0.07. Web safe color of #eed0db is #ffcccc. Color #eed0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 11011011
Octal 356 320 333
Decimal 238 208 219
Hex EE D0 DB

RGB Percentages of Color #eed0db

%35.79
%31.28
%32.93

CMYK Percentages of Color #eed0db

%0
%13
%8
%7

Triadic Colors of #eed0db

#eed0db #dbeed0 #d0dbee

Analogous Colors of #eed0db

#eed0db #eed4d0 #eed0ea

Monochromatic Colors of #eed0db

#eed0db

Complementary Color

#eed0db #d0eee3

#eed0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed0db Color CSS Codes

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

#eed0db Text Font Color

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

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


#eed0db Background Color

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

This div background color is #eed0db


#eed0db Border Color

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

This div border color is #eed0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed0db


Comments

No comments written yet.

Please login to write comment.