Color Hex Logo

#ecd376 Color Hex

#ECD376
(236,211,118)
0 Favorites   0 Comments

Color spaces of #ecd376

RGB 236211118
HSL0.130.760.69
HSV47°50°93°
CMYK 0.000.110.50   0.07
XYZ61.156465.729426.6033
Yxy65.72940.39840.4282
Hunter Lab81.0737-7.230837.2963
CIE-Lab84.8582-3.077648.8613

#ecd376 color RGB value is (236,211,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 01110110
Octal 354 323 166
Decimal 236 211 118
Hex EC D3 76

RGB Percentages of Color #ecd376

%41.77
%37.35
%20.88

CMYK Percentages of Color #ecd376

%0
%11
%50
%7

Triadic Colors of #ecd376

#ecd376 #76ecd3 #d376ec

Analogous Colors of #ecd376

#ecd376 #caec76 #ec9876

Monochromatic Colors of #ecd376

#ecd376

Complementary Color

#ecd376 #768fec

#ecd376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd376 Color CSS Codes

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

#ecd376 Text Font Color

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

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


#ecd376 Background Color

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

This div background color is #ecd376


#ecd376 Border Color

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

This div border color is #ecd376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,211,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 #ecd376">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd376


Comments

No comments written yet.

Please login to write comment.