Color Hex Logo

#eec9ce Color Hex

#EEC9CE
(238,201,206)
0 Favorites   0 Comments

Color spaces of #eec9ce

RGB 238201206
HSL0.980.520.86
HSV352°16°93°
CMYK 0.000.160.13   0.07
XYZ67.287164.406767.2778
Yxy64.40670.33820.3237
Hunter Lab80.25389.21556.4741
CIE-Lab84.177113.82552.3723

#eec9ce color RGB value is (238,201,206).

#eec9ce hex color red value is 238, green value is 201 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eec9ce hue: 0.98 , saturation: 0.52 and the lightness value of eec9ce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 11001110
Octal 356 311 316
Decimal 238 201 206
Hex EE C9 CE

RGB Percentages of Color #eec9ce

%36.90
%31.16
%31.94

CMYK Percentages of Color #eec9ce

%0
%16
%13
%7

Triadic Colors of #eec9ce

#eec9ce #ceeec9 #c9ceee

Analogous Colors of #eec9ce

#eec9ce #eed7c9 #eec9e1

Monochromatic Colors of #eec9ce

#eec9ce

Complementary Color

#eec9ce #c9eee9

#eec9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9ce Color CSS Codes

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

#eec9ce Text Font Color

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

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


#eec9ce Background Color

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

This div background color is #eec9ce


#eec9ce Border Color

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

This div border color is #eec9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9ce


Comments

No comments written yet.

Please login to write comment.