Color Hex Logo

#ecded4 Color Hex

#ECDED4
(236,222,212)
0 Favorites   0 Comments

Color spaces of #ecded4

RGB 236222212
HSL0.070.390.88
HSV25°10°93°
CMYK 0.000.060.10   0.07
XYZ72.597074.828972.9045
Yxy74.82890.32950.3396
Hunter Lab86.5037-1.577910.5835
CIE-Lab89.31283.11536.6046

#ecded4 color RGB value is (236,222,212).

#ecded4 hex color red value is 236, green value is 222 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #ecded4 hue: 0.07 , saturation: 0.39 and the lightness value of ecded4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 11010100
Octal 354 336 324
Decimal 236 222 212
Hex EC DE D4

RGB Percentages of Color #ecded4

%35.22
%33.13
%31.64

CMYK Percentages of Color #ecded4

%0
%6
%10
%7

Triadic Colors of #ecded4

#ecded4 #d4ecde #ded4ec

Analogous Colors of #ecded4

#ecded4 #ecead4 #ecd4d6

Monochromatic Colors of #ecded4

#ecded4

Complementary Color

#ecded4 #d4e2ec

#ecded4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecded4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecded4 Color CSS Codes

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

#ecded4 Text Font Color

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

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


#ecded4 Background Color

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

This div background color is #ecded4


#ecded4 Border Color

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

This div border color is #ecded4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecded4


Comments

No comments written yet.

Please login to write comment.