Color Hex Logo

#ecddc4 Color Hex

#ECDDC4
(236,221,196)
0 Favorites   0 Comments

Color spaces of #ecddc4

RGB 236221196
HSL0.100.510.85
HSV38°17°93°
CMYK 0.000.060.17   0.07
XYZ70.412373.531362.7064
Yxy73.53130.34070.3558
Hunter Lab85.7504-3.491316.6685
CIE-Lab88.70051.122914.1204

#ecddc4 color RGB value is (236,221,196).

#ecddc4 hex color red value is 236, green value is 221 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ecddc4 hue: 0.10 , saturation: 0.51 and the lightness value of ecddc4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 11000100
Octal 354 335 304
Decimal 236 221 196
Hex EC DD C4

RGB Percentages of Color #ecddc4

%36.14
%33.84
%30.02

CMYK Percentages of Color #ecddc4

%0
%6
%17
%7

Triadic Colors of #ecddc4

#ecddc4 #c4ecdd #ddc4ec

Analogous Colors of #ecddc4

#ecddc4 #e7ecc4 #ecc9c4

Monochromatic Colors of #ecddc4

#ecddc4

Complementary Color

#ecddc4 #c4d3ec

#ecddc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddc4 Color CSS Codes

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

#ecddc4 Text Font Color

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

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


#ecddc4 Background Color

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

This div background color is #ecddc4


#ecddc4 Border Color

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

This div border color is #ecddc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddc4


Comments

No comments written yet.

Please login to write comment.