Color Hex Logo

#ecd5ae Color Hex

#ECD5AE
(236,213,174)
0 Favorites   0 Comments

Color spaces of #ecd5ae

RGB 236213174
HSL0.100.620.80
HSV38°26°93°
CMYK 0.000.100.26   0.07
XYZ66.026368.477449.7819
Yxy68.47740.35830.3716
Hunter Lab82.7511-2.390922.2577
CIE-Lab86.24462.112822.2082

#ecd5ae color RGB value is (236,213,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 10101110
Octal 354 325 256
Decimal 236 213 174
Hex EC D5 AE

RGB Percentages of Color #ecd5ae

%37.88
%34.19
%27.93

CMYK Percentages of Color #ecd5ae

%0
%10
%26
%7

Triadic Colors of #ecd5ae

#ecd5ae #aeecd5 #d5aeec

Analogous Colors of #ecd5ae

#ecd5ae #e4ecae #ecb6ae

Monochromatic Colors of #ecd5ae

#ecd5ae

Complementary Color

#ecd5ae #aec5ec

#ecd5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd5ae Color CSS Codes

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

#ecd5ae Text Font Color

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

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


#ecd5ae Background Color

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

This div background color is #ecd5ae


#ecd5ae Border Color

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

This div border color is #ecd5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd5ae

#ecd5ae Color Palettes


Comments

No comments written yet.

Please login to write comment.