Color Hex Logo

#ecd12c Color Hex

#ECD12C
(236,209,44)
0 Favorites   0 Comments

Color spaces of #ecd12c

RGB 23620944
HSL0.140.830.55
HSV52°81°93°
CMYK 0.000.110.81   0.07
XYZ57.847263.615611.6130
Yxy63.61560.43470.4780
Hunter Lab79.7594-10.118047.1989
CIE-Lab83.7652-6.297077.1618

#ecd12c color RGB value is (236,209,44).

#ecd12c hex color red value is 236, green value is 209 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ecd12c hue: 0.14 , saturation: 0.83 and the lightness value of ecd12c is 0.55.

The process color (four color CMYK) of #ecd12c color hex is 0.00, 0.11, 0.81, 0.07. Web safe color of #ecd12c is #ffcc33. Color #ecd12c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 00101100
Octal 354 321 54
Decimal 236 209 44
Hex EC D1 2C

RGB Percentages of Color #ecd12c

%48.26
%42.74
%9.00

CMYK Percentages of Color #ecd12c

%0
%11
%81
%7

Triadic Colors of #ecd12c

#ecd12c #2cecd1 #d12cec

Analogous Colors of #ecd12c

#ecd12c #a7ec2c #ec712c

Monochromatic Colors of #ecd12c

#ecd12c

Complementary Color

#ecd12c #2c47ec

#ecd12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd12c Color CSS Codes

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

#ecd12c Text Font Color

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

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


#ecd12c Background Color

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

This div background color is #ecd12c


#ecd12c Border Color

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

This div border color is #ecd12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd12c


Comments

No comments written yet.

Please login to write comment.