Color Hex Logo

#ecde6c Color Hex

#ECDE6C
(236,222,108)
0 Favorites   0 Comments

Color spaces of #ecde6c

RGB 236222108
HSL0.150.770.67
HSV53°54°93°
CMYK 0.000.060.54   0.07
XYZ63.420171.158124.5797
Yxy71.15810.39850.4471
Hunter Lab84.3553-13.421641.7726
CIE-Lab87.5618-9.469356.7768

#ecde6c color RGB value is (236,222,108).

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

The process color (four color CMYK) of #ecde6c color hex is 0.00, 0.06, 0.54, 0.07. Web safe color of #ecde6c is #ffcc66. Color #ecde6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 01101100
Octal 354 336 154
Decimal 236 222 108
Hex EC DE 6C

RGB Percentages of Color #ecde6c

%41.70
%39.22
%19.08

CMYK Percentages of Color #ecde6c

%0
%6
%54
%7

Triadic Colors of #ecde6c

#ecde6c #6cecde #de6cec

Analogous Colors of #ecde6c

#ecde6c #baec6c #ec9e6c

Monochromatic Colors of #ecde6c

#ecde6c

Complementary Color

#ecde6c #6c7aec

#ecde6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde6c Color CSS Codes

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

#ecde6c Text Font Color

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

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


#ecde6c Background Color

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

This div background color is #ecde6c


#ecde6c Border Color

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

This div border color is #ecde6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde6c


Comments

No comments written yet.

Please login to write comment.