Color Hex Logo

#ecd9ee Color Hex

#ECD9EE
(236,217,238)
0 Favorites   0 Comments

Color spaces of #ecd9ee

RGB 236217238
HSL0.820.380.89
HSV294°93°
CMYK 0.010.090.00   0.07
XYZ74.837573.631691.1569
Yxy73.63160.31230.3073
Hunter Lab85.80895.5118-2.9191
CIE-Lab88.748110.2036-7.8977

#ecd9ee color RGB value is (236,217,238).

#ecd9ee hex color red value is 236, green value is 217 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ecd9ee hue: 0.82 , saturation: 0.38 and the lightness value of ecd9ee is 0.89.

The process color (four color CMYK) of #ecd9ee color hex is 0.01, 0.09, 0.00, 0.07. Web safe color of #ecd9ee is #ffccff. Color #ecd9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 11101110
Octal 354 331 356
Decimal 236 217 238
Hex EC D9 EE

RGB Percentages of Color #ecd9ee

%34.15
%31.40
%34.44

CMYK Percentages of Color #ecd9ee

%1
%9
%0
%7

Triadic Colors of #ecd9ee

#ecd9ee #eeecd9 #d9eeec

Analogous Colors of #ecd9ee

#ecd9ee #eed9e6 #e2d9ee

Monochromatic Colors of #ecd9ee

#ecd9ee

Complementary Color

#ecd9ee #dbeed9

#ecd9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd9ee Color CSS Codes

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

#ecd9ee Text Font Color

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

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


#ecd9ee Background Color

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

This div background color is #ecd9ee


#ecd9ee Border Color

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

This div border color is #ecd9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd9ee


Comments

No comments written yet.

Please login to write comment.