Color Hex Logo

#ecd8eb Color Hex

#ECD8EB
(236,216,235)
0 Favorites   0 Comments

Color spaces of #ecd8eb

RGB 236216235
HSL0.840.340.89
HSV303°93°
CMYK 0.000.080.00   0.07
XYZ74.143372.942888.7688
Yxy72.94280.31440.3093
Hunter Lab85.40665.4983-1.8395
CIE-Lab88.420410.1839-6.8020

#ecd8eb color RGB value is (236,216,235).

#ecd8eb hex color red value is 236, green value is 216 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ecd8eb hue: 0.84 , saturation: 0.34 and the lightness value of ecd8eb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 11101011
Octal 354 330 353
Decimal 236 216 235
Hex EC D8 EB

RGB Percentages of Color #ecd8eb

%34.35
%31.44
%34.21

CMYK Percentages of Color #ecd8eb

%0
%8
%0
%7

Triadic Colors of #ecd8eb

#ecd8eb #ebecd8 #d8ebec

Analogous Colors of #ecd8eb

#ecd8eb #ecd8e1 #e3d8ec

Monochromatic Colors of #ecd8eb

#ecd8eb

Complementary Color

#ecd8eb #d8ecd9

#ecd8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd8eb Color CSS Codes

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

#ecd8eb Text Font Color

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

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


#ecd8eb Background Color

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

This div background color is #ecd8eb


#ecd8eb Border Color

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

This div border color is #ecd8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd8eb


Comments

No comments written yet.

Please login to write comment.