Color Hex Logo

#eec9da Color Hex

#EEC9DA
(238,201,218)
0 Favorites   0 Comments

Color spaces of #eec9da

RGB 238201218
HSL0.920.520.86
HSV332°16°93°
CMYK 0.000.160.08   0.07
XYZ68.801465.012475.2521
Yxy65.01240.32910.3110
Hunter Lab80.630311.21021.1059
CIE-Lab84.490115.7943-3.5685

#eec9da color RGB value is (238,201,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 11011010
Octal 356 311 332
Decimal 238 201 218
Hex EE C9 DA

RGB Percentages of Color #eec9da

%36.23
%30.59
%33.18

CMYK Percentages of Color #eec9da

%0
%16
%8
%7

Triadic Colors of #eec9da

#eec9da #daeec9 #c9daee

Analogous Colors of #eec9da

#eec9da #eecbc9 #eec9ed

Monochromatic Colors of #eec9da

#eec9da

Complementary Color

#eec9da #c9eedd

#eec9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec9da Color CSS Codes

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

#eec9da Text Font Color

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

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


#eec9da Background Color

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

This div background color is #eec9da


#eec9da Border Color

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

This div border color is #eec9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec9da

#eec9da Color Palettes


Comments

No comments written yet.

Please login to write comment.