Color Hex Logo

#ecd12e Color Hex

#ECD12E
(236,209,46)
0 Favorites   0 Comments

Color spaces of #ecd12e

RGB 23620946
HSL0.140.830.55
HSV51°81°93°
CMYK 0.000.110.81   0.07
XYZ57.885763.631111.8159
Yxy63.63110.43410.4772
Hunter Lab79.7691-10.064647.0560
CIE-Lab83.7733-6.237976.6265

#ecd12e color RGB value is (236,209,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 00101110
Octal 354 321 56
Decimal 236 209 46
Hex EC D1 2E

RGB Percentages of Color #ecd12e

%48.07
%42.57
%9.37

CMYK Percentages of Color #ecd12e

%0
%11
%81
%7

Triadic Colors of #ecd12e

#ecd12e #2eecd1 #d12eec

Analogous Colors of #ecd12e

#ecd12e #a8ec2e #ec722e

Monochromatic Colors of #ecd12e

#ecd12e

Complementary Color

#ecd12e #2e49ec

#ecd12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd12e Color CSS Codes

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

#ecd12e Text Font Color

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

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


#ecd12e Background Color

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

This div background color is #ecd12e


#ecd12e Border Color

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

This div border color is #ecd12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd12e

#ecd12e Color Palettes


Comments

No comments written yet.

Please login to write comment.