Color Hex Logo

#eea4cc Color Hex

#EEA4CC
(238,164,204)
0 Favorites   0 Comments

Color spaces of #eea4cc

RGB 238164204
HSL0.910.690.79
HSV328°31°93°
CMYK 0.000.310.14   0.07
XYZ59.434449.087763.4691
Yxy49.08770.34560.2854
Hunter Lab70.062628.8127-4.6665
CIE-Lab75.505933.1442-9.3009

#eea4cc color RGB value is (238,164,204).

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

The process color (four color CMYK) of #eea4cc color hex is 0.00, 0.31, 0.14, 0.07. Web safe color of #eea4cc is #ff99cc. Color #eea4cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 11001100
Octal 356 244 314
Decimal 238 164 204
Hex EE A4 CC

RGB Percentages of Color #eea4cc

%39.27
%27.06
%33.66

CMYK Percentages of Color #eea4cc

%0
%31
%14
%7

Triadic Colors of #eea4cc

#eea4cc #cceea4 #a4ccee

Analogous Colors of #eea4cc

#eea4cc #eea4a7 #eba4ee

Monochromatic Colors of #eea4cc

#eea4cc

Complementary Color

#eea4cc #a4eec6

#eea4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea4cc Color CSS Codes

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

#eea4cc Text Font Color

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

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


#eea4cc Background Color

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

This div background color is #eea4cc


#eea4cc Border Color

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

This div border color is #eea4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea4cc


Comments

No comments written yet.

Please login to write comment.