Color Hex Logo

#eea7ce Color Hex

#EEA7CE
(238,167,206)
0 Favorites   0 Comments

Color spaces of #eea7ce

RGB 238167206
HSL0.910.680.79
HSV327°30°93°
CMYK 0.000.300.13   0.07
XYZ60.219250.270864.9219
Yxy50.27080.34330.2866
Hunter Lab70.901927.5273-4.6580
CIE-Lab76.235231.8743-9.3086

#eea7ce color RGB value is (238,167,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100111 11001110
Octal 356 247 316
Decimal 238 167 206
Hex EE A7 CE

RGB Percentages of Color #eea7ce

%38.95
%27.33
%33.72

CMYK Percentages of Color #eea7ce

%0
%30
%13
%7

Triadic Colors of #eea7ce

#eea7ce #ceeea7 #a7ceee

Analogous Colors of #eea7ce

#eea7ce #eea7ab #eba7ee

Monochromatic Colors of #eea7ce

#eea7ce

Complementary Color

#eea7ce #a7eec7

#eea7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea7ce Color CSS Codes

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

#eea7ce Text Font Color

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

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


#eea7ce Background Color

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

This div background color is #eea7ce


#eea7ce Border Color

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

This div border color is #eea7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea7ce


Comments

No comments written yet.

Please login to write comment.