Color Hex Logo

#eec9dc Color Hex

#EEC9DC
(238,201,220)
0 Favorites   0 Comments

Color spaces of #eec9dc

RGB 238201220
HSL0.910.520.86
HSV329°16°93°
CMYK 0.000.160.08   0.07
XYZ69.064865.117776.6390
Yxy65.11770.32760.3089
Hunter Lab80.695511.55540.1774
CIE-Lab84.544416.1327-4.5548

#eec9dc color RGB value is (238,201,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 11011100
Octal 356 311 334
Decimal 238 201 220
Hex EE C9 DC

RGB Percentages of Color #eec9dc

%36.12
%30.50
%33.38

CMYK Percentages of Color #eec9dc

%0
%16
%8
%7

Triadic Colors of #eec9dc

#eec9dc #dceec9 #c9dcee

Analogous Colors of #eec9dc

#eec9dc #eec9ca #eec9ee

Monochromatic Colors of #eec9dc

#eec9dc

Complementary Color

#eec9dc #c9eedb

#eec9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9dc Color CSS Codes

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

#eec9dc Text Font Color

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

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


#eec9dc Background Color

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

This div background color is #eec9dc


#eec9dc Border Color

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

This div border color is #eec9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9dc


Comments

No comments written yet.

Please login to write comment.