Color Hex Logo

#ecde7c Color Hex

#ECDE7C
(236,222,124)
0 Favorites   0 Comments

Color spaces of #ecde7c

RGB 236222124
HSL0.150.750.71
HSV53°47°93°
CMYK 0.000.060.47   0.07
XYZ64.351471.530729.4839
Yxy71.53070.38910.4326
Hunter Lab84.5758-12.192038.5340
CIE-Lab87.7422-8.118849.4746

#ecde7c color RGB value is (236,222,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 01111100
Octal 354 336 174
Decimal 236 222 124
Hex EC DE 7C

RGB Percentages of Color #ecde7c

%40.55
%38.14
%21.31

CMYK Percentages of Color #ecde7c

%0
%6
%47
%7

Triadic Colors of #ecde7c

#ecde7c #7cecde #de7cec

Analogous Colors of #ecde7c

#ecde7c #c2ec7c #eca67c

Monochromatic Colors of #ecde7c

#ecde7c

Complementary Color

#ecde7c #7c8aec

#ecde7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde7c Color CSS Codes

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

#ecde7c Text Font Color

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

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


#ecde7c Background Color

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

This div background color is #ecde7c


#ecde7c Border Color

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

This div border color is #ecde7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde7c


Comments

No comments written yet.

Please login to write comment.