Color Hex Logo

#eec2de Color Hex

#EEC2DE
(238,194,222)
0 Favorites   0 Comments

Color spaces of #eec2de

RGB 238194222
HSL0.890.560.85
HSV322°18°93°
CMYK 0.000.180.07   0.07
XYZ67.736562.034677.5110
Yxy62.03460.32680.2993
Hunter Lab78.762015.6790-3.2148
CIE-Lab82.931820.1828-8.0072

#eec2de color RGB value is (238,194,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 11011110
Octal 356 302 336
Decimal 238 194 222
Hex EE C2 DE

RGB Percentages of Color #eec2de

%36.39
%29.66
%33.94

CMYK Percentages of Color #eec2de

%0
%18
%7
%7

Triadic Colors of #eec2de

#eec2de #deeec2 #c2deee

Analogous Colors of #eec2de

#eec2de #eec2c8 #e8c2ee

Monochromatic Colors of #eec2de

#eec2de

Complementary Color

#eec2de #c2eed2

#eec2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec2de Color CSS Codes

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

#eec2de Text Font Color

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

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


#eec2de Background Color

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

This div background color is #eec2de


#eec2de Border Color

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

This div border color is #eec2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec2de


Comments

No comments written yet.

Please login to write comment.