Color Hex Logo

#ecd16c Color Hex

#ECD16C
(236,209,108)
0 Favorites   0 Comments

Color spaces of #ecd16c

RGB 236209108
HSL0.130.770.67
HSV47°54°93°
CMYK 0.000.110.54   0.07
XYZ60.099364.516523.4727
Yxy64.51650.40580.4357
Hunter Lab80.3222-7.005138.8991
CIE-Lab84.2340-2.888552.8955

#ecd16c color RGB value is (236,209,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 01101100
Octal 354 321 154
Decimal 236 209 108
Hex EC D1 6C

RGB Percentages of Color #ecd16c

%42.68
%37.79
%19.53

CMYK Percentages of Color #ecd16c

%0
%11
%54
%7

Triadic Colors of #ecd16c

#ecd16c #6cecd1 #d16cec

Analogous Colors of #ecd16c

#ecd16c #c7ec6c #ec916c

Monochromatic Colors of #ecd16c

#ecd16c

Complementary Color

#ecd16c #6c87ec

#ecd16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd16c Color CSS Codes

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

#ecd16c Text Font Color

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

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


#ecd16c Background Color

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

This div background color is #ecd16c


#ecd16c Border Color

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

This div border color is #ecd16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd16c


Comments

No comments written yet.

Please login to write comment.