Color Hex Logo

#ecd778 Color Hex

#ECD778
(236,215,120)
0 Favorites   0 Comments

Color spaces of #ecd778

RGB 236215120
HSL0.140.750.70
HSV49°49°93°
CMYK 0.000.090.49   0.07
XYZ62.282767.789827.5714
Yxy67.78980.39510.4300
Hunter Lab82.3346-9.057637.7797
CIE-Lab85.9012-4.939649.1610

#ecd778 color RGB value is (236,215,120).

#ecd778 hex color red value is 236, green value is 215 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ecd778 hue: 0.14 , saturation: 0.75 and the lightness value of ecd778 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 01111000
Octal 354 327 170
Decimal 236 215 120
Hex EC D7 78

RGB Percentages of Color #ecd778

%41.33
%37.65
%21.02

CMYK Percentages of Color #ecd778

%0
%9
%49
%7

Triadic Colors of #ecd778

#ecd778 #78ecd7 #d778ec

Analogous Colors of #ecd778

#ecd778 #c7ec78 #ec9d78

Monochromatic Colors of #ecd778

#ecd778

Complementary Color

#ecd778 #788dec

#ecd778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd778 Color CSS Codes

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

#ecd778 Text Font Color

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

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


#ecd778 Background Color

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

This div background color is #ecd778


#ecd778 Border Color

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

This div border color is #ecd778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd778


Comments

No comments written yet.

Please login to write comment.