Color Hex Logo

#ecd1ae Color Hex

#ECD1AE
(236,209,174)
0 Favorites   0 Comments

Color spaces of #ecd1ae

RGB 236209174
HSL0.090.620.80
HSV34°26°93°
CMYK 0.000.110.26   0.07
XYZ65.032566.489849.4506
Yxy66.48980.35930.3674
Hunter Lab81.5413-0.336221.1226
CIE-Lab85.24564.185720.8284

#ecd1ae color RGB value is (236,209,174).

#ecd1ae hex color red value is 236, green value is 209 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ecd1ae hue: 0.09 , saturation: 0.62 and the lightness value of ecd1ae is 0.80.

The process color (four color CMYK) of #ecd1ae color hex is 0.00, 0.11, 0.26, 0.07. Web safe color of #ecd1ae is #ffcc99. Color #ecd1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 10101110
Octal 354 321 256
Decimal 236 209 174
Hex EC D1 AE

RGB Percentages of Color #ecd1ae

%38.13
%33.76
%28.11

CMYK Percentages of Color #ecd1ae

%0
%11
%26
%7

Triadic Colors of #ecd1ae

#ecd1ae #aeecd1 #d1aeec

Analogous Colors of #ecd1ae

#ecd1ae #e8ecae #ecb2ae

Monochromatic Colors of #ecd1ae

#ecd1ae

Complementary Color

#ecd1ae #aec9ec

#ecd1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd1ae Color CSS Codes

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

#ecd1ae Text Font Color

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

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


#ecd1ae Background Color

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

This div background color is #ecd1ae


#ecd1ae Border Color

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

This div border color is #ecd1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd1ae


Comments

No comments written yet.

Please login to write comment.