Color Hex Logo

#ecd49f Color Hex

#ECD49F
(236,212,159)
0 Favorites   0 Comments

Color spaces of #ecd49f

RGB 236212159
HSL0.110.670.77
HSV41°33°93°
CMYK 0.000.100.33   0.07
XYZ64.393667.423042.4209
Yxy67.42300.36960.3870
Hunter Lab82.1115-3.711626.8473
CIE-Lab85.71710.706029.3013

#ecd49f color RGB value is (236,212,159).

#ecd49f hex color red value is 236, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ecd49f hue: 0.11 , saturation: 0.67 and the lightness value of ecd49f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 10011111
Octal 354 324 237
Decimal 236 212 159
Hex EC D4 9F

RGB Percentages of Color #ecd49f

%38.88
%34.93
%26.19

CMYK Percentages of Color #ecd49f

%0
%10
%33
%7

Triadic Colors of #ecd49f

#ecd49f #9fecd4 #d49fec

Analogous Colors of #ecd49f

#ecd49f #deec9f #ecae9f

Monochromatic Colors of #ecd49f

#ecd49f

Complementary Color

#ecd49f #9fb7ec

#ecd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd49f Color CSS Codes

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

#ecd49f Text Font Color

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

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


#ecd49f Background Color

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

This div background color is #ecd49f


#ecd49f Border Color

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

This div border color is #ecd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd49f


Comments

No comments written yet.

Please login to write comment.