Color Hex Logo

#eec4ce Color Hex

#EEC4CE
(238,196,206)
0 Favorites   0 Comments

Color spaces of #eec4ce

RGB 238196206
HSL0.960.550.85
HSV346°18°93°
CMYK 0.000.180.13   0.07
XYZ66.140462.113266.8956
Yxy62.11320.33890.3183
Hunter Lab78.811911.87964.8430
CIE-Lab82.973616.46700.6205

#eec4ce color RGB value is (238,196,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 11001110
Octal 356 304 316
Decimal 238 196 206
Hex EE C4 CE

RGB Percentages of Color #eec4ce

%37.19
%30.63
%32.19

CMYK Percentages of Color #eec4ce

%0
%18
%13
%7

Triadic Colors of #eec4ce

#eec4ce #ceeec4 #c4ceee

Analogous Colors of #eec4ce

#eec4ce #eecfc4 #eec4e3

Monochromatic Colors of #eec4ce

#eec4ce

Complementary Color

#eec4ce #c4eee4

#eec4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec4ce Color CSS Codes

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

#eec4ce Text Font Color

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

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


#eec4ce Background Color

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

This div background color is #eec4ce


#eec4ce Border Color

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

This div border color is #eec4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec4ce


Comments

No comments written yet.

Please login to write comment.