Color Hex Logo

#ecdd76 Color Hex

#ECDD76
(236,221,118)
0 Favorites   0 Comments

Color spaces of #ecdd76

RGB 236221118
HSL0.150.760.69
HSV52°50°93°
CMYK 0.000.060.50   0.07
XYZ63.718570.853827.4574
Yxy70.85380.39330.4373
Hunter Lab84.1747-12.184939.5822
CIE-Lab87.4139-8.147951.9437

#ecdd76 color RGB value is (236,221,118).

#ecdd76 hex color red value is 236, green value is 221 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ecdd76 hue: 0.15 , saturation: 0.76 and the lightness value of ecdd76 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 01110110
Octal 354 335 166
Decimal 236 221 118
Hex EC DD 76

RGB Percentages of Color #ecdd76

%41.04
%38.43
%20.52

CMYK Percentages of Color #ecdd76

%0
%6
%50
%7

Triadic Colors of #ecdd76

#ecdd76 #76ecdd #dd76ec

Analogous Colors of #ecdd76

#ecdd76 #c0ec76 #eca276

Monochromatic Colors of #ecdd76

#ecdd76

Complementary Color

#ecdd76 #7685ec

#ecdd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd76 Color CSS Codes

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

#ecdd76 Text Font Color

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

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


#ecdd76 Background Color

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

This div background color is #ecdd76


#ecdd76 Border Color

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

This div border color is #ecdd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd76


Comments

No comments written yet.

Please login to write comment.