Color Hex Logo

#ecd5eb Color Hex

#ECD5EB
(236,213,235)
0 Favorites   0 Comments

Color spaces of #ecd5eb

RGB 236213235
HSL0.840.380.88
HSV303°10°93°
CMYK 0.000.100.00   0.07
XYZ73.381771.419588.5150
Yxy71.41950.31450.3061
Hunter Lab84.51017.1024-2.9427
CIE-Lab87.688411.7577-7.8859

#ecd5eb color RGB value is (236,213,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 11101011
Octal 354 325 353
Decimal 236 213 235
Hex EC D5 EB

RGB Percentages of Color #ecd5eb

%34.50
%31.14
%34.36

CMYK Percentages of Color #ecd5eb

%0
%10
%0
%7

Triadic Colors of #ecd5eb

#ecd5eb #ebecd5 #d5ebec

Analogous Colors of #ecd5eb

#ecd5eb #ecd5e0 #e2d5ec

Monochromatic Colors of #ecd5eb

#ecd5eb

Complementary Color

#ecd5eb #d5ecd6

#ecd5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd5eb Color CSS Codes

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

#ecd5eb Text Font Color

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

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


#ecd5eb Background Color

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

This div background color is #ecd5eb


#ecd5eb Border Color

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

This div border color is #ecd5eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,213,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 #ecd5eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd5eb

#ecd5eb Color Palettes


Comments

No comments written yet.

Please login to write comment.