Color Hex Logo

#ecd66e Color Hex

#ECD66E
(236,214,110)
0 Favorites   0 Comments

Color spaces of #ecd66e

RGB 236214110
HSL0.140.770.68
HSV50°53°93°
CMYK 0.000.090.53   0.07
XYZ61.453167.051824.4552
Yxy67.05180.40180.4384
Hunter Lab81.8852-9.338539.6125
CIE-Lab85.5301-5.276753.4799

#ecd66e color RGB value is (236,214,110).

#ecd66e hex color red value is 236, green value is 214 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ecd66e hue: 0.14 , saturation: 0.77 and the lightness value of ecd66e is 0.68.

The process color (four color CMYK) of #ecd66e color hex is 0.00, 0.09, 0.53, 0.07. Web safe color of #ecd66e is #ffcc66. Color #ecd66e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 01101110
Octal 354 326 156
Decimal 236 214 110
Hex EC D6 6E

RGB Percentages of Color #ecd66e

%42.14
%38.21
%19.64

CMYK Percentages of Color #ecd66e

%0
%9
%53
%7

Triadic Colors of #ecd66e

#ecd66e #6eecd6 #d66eec

Analogous Colors of #ecd66e

#ecd66e #c3ec6e #ec976e

Monochromatic Colors of #ecd66e

#ecd66e

Complementary Color

#ecd66e #6e84ec

#ecd66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd66e Color CSS Codes

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

#ecd66e Text Font Color

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

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


#ecd66e Background Color

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

This div background color is #ecd66e


#ecd66e Border Color

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

This div border color is #ecd66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd66e


Comments

No comments written yet.

Please login to write comment.