Color Hex Logo

#ecddd5 Color Hex

#ECDDD5
(236,221,213)
0 Favorites   0 Comments

Color spaces of #ecddd5

RGB 236221213
HSL0.060.380.88
HSV21°10°93°
CMYK 0.000.060.10   0.07
XYZ72.458874.349973.4828
Yxy74.34990.32890.3375
Hunter Lab86.2264-0.89699.8311
CIE-Lab89.08763.79575.7550

#ecddd5 color RGB value is (236,221,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11010101
Octal 354 335 325
Decimal 236 221 213
Hex EC DD D5

RGB Percentages of Color #ecddd5

%35.22
%32.99
%31.79

CMYK Percentages of Color #ecddd5

%0
%6
%10
%7

Triadic Colors of #ecddd5

#ecddd5 #d5ecdd #ddd5ec

Analogous Colors of #ecddd5

#ecddd5 #ece9d5 #ecd5d9

Monochromatic Colors of #ecddd5

#ecddd5

Complementary Color

#ecddd5 #d5e4ec

#ecddd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddd5 Color CSS Codes

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

#ecddd5 Text Font Color

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

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


#ecddd5 Background Color

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

This div background color is #ecddd5


#ecddd5 Border Color

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

This div border color is #ecddd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddd5


Comments

No comments written yet.

Please login to write comment.