Color Hex Logo

#eea3ce Color Hex

#EEA3CE
(238,163,206)
0 Favorites   0 Comments

Color spaces of #eea3ce

RGB 238163206
HSL0.900.690.79
HSV326°32°93°
CMYK 0.000.320.13   0.07
XYZ59.497748.827864.6814
Yxy48.82780.34390.2822
Hunter Lab69.876929.7019-5.9678
CIE-Lab75.344133.9933-10.6368

#eea3ce color RGB value is (238,163,206).

#eea3ce hex color red value is 238, green value is 163 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eea3ce hue: 0.90 , saturation: 0.69 and the lightness value of eea3ce is 0.79.

The process color (four color CMYK) of #eea3ce color hex is 0.00, 0.32, 0.13, 0.07. Web safe color of #eea3ce is #ff99cc. Color #eea3ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 11001110
Octal 356 243 316
Decimal 238 163 206
Hex EE A3 CE

RGB Percentages of Color #eea3ce

%39.21
%26.85
%33.94

CMYK Percentages of Color #eea3ce

%0
%32
%13
%7

Triadic Colors of #eea3ce

#eea3ce #ceeea3 #a3ceee

Analogous Colors of #eea3ce

#eea3ce #eea3a9 #e9a3ee

Monochromatic Colors of #eea3ce

#eea3ce

Complementary Color

#eea3ce #a3eec3

#eea3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3ce Color CSS Codes

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

#eea3ce Text Font Color

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

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


#eea3ce Background Color

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

This div background color is #eea3ce


#eea3ce Border Color

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

This div border color is #eea3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3ce


Comments

No comments written yet.

Please login to write comment.