Color Hex Logo

#ecdd7d Color Hex

#ECDD7D
(236,221,125)
0 Favorites   0 Comments

Color spaces of #ecdd7d

RGB 236221125
HSL0.140.740.71
HSV52°47°93°
CMYK 0.000.060.47   0.07
XYZ64.150271.026429.7304
Yxy71.02640.38900.4307
Hunter Lab84.2772-11.614238.0783
CIE-Lab87.4978-7.523648.6937

#ecdd7d color RGB value is (236,221,125).

#ecdd7d hex color red value is 236, green value is 221 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ecdd7d hue: 0.14 , saturation: 0.74 and the lightness value of ecdd7d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 01111101
Octal 354 335 175
Decimal 236 221 125
Hex EC DD 7D

RGB Percentages of Color #ecdd7d

%40.55
%37.97
%21.48

CMYK Percentages of Color #ecdd7d

%0
%6
%47
%7

Triadic Colors of #ecdd7d

#ecdd7d #7decdd #dd7dec

Analogous Colors of #ecdd7d

#ecdd7d #c4ec7d #eca67d

Monochromatic Colors of #ecdd7d

#ecdd7d

Complementary Color

#ecdd7d #7d8cec

#ecdd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd7d Color CSS Codes

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

#ecdd7d Text Font Color

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

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


#ecdd7d Background Color

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

This div background color is #ecdd7d


#ecdd7d Border Color

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

This div border color is #ecdd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd7d


Comments

No comments written yet.

Please login to write comment.