Color Hex Logo

#eec5de Color Hex

#EEC5DE
(238,197,222)
0 Favorites   0 Comments

Color spaces of #eec5de

RGB 238197222
HSL0.900.550.85
HSV323°17°93°
CMYK 0.000.170.07   0.07
XYZ68.411063.383677.7358
Yxy63.38360.32650.3025
Hunter Lab79.613814.0583-2.1617
CIE-Lab83.643818.5915-6.9521

#eec5de color RGB value is (238,197,222).

#eec5de hex color red value is 238, green value is 197 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eec5de hue: 0.90 , saturation: 0.55 and the lightness value of eec5de is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 11011110
Octal 356 305 336
Decimal 238 197 222
Hex EE C5 DE

RGB Percentages of Color #eec5de

%36.23
%29.98
%33.79

CMYK Percentages of Color #eec5de

%0
%17
%7
%7

Triadic Colors of #eec5de

#eec5de #deeec5 #c5deee

Analogous Colors of #eec5de

#eec5de #eec5ca #eac5ee

Monochromatic Colors of #eec5de

#eec5de

Complementary Color

#eec5de #c5eed5

#eec5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec5de Color CSS Codes

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

#eec5de Text Font Color

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

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


#eec5de Background Color

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

This div background color is #eec5de


#eec5de Border Color

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

This div border color is #eec5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec5de


Comments

No comments written yet.

Please login to write comment.