Color Hex Logo

#ecd13a Color Hex

#ECD13A
(236,209,58)
0 Favorites   0 Comments

Color spaces of #ecd13a

RGB 23620958
HSL0.140.820.58
HSV51°75°93°
CMYK 0.000.110.75   0.07
XYZ58.156363.739313.2407
Yxy63.73930.43040.4717
Hunter Lab79.8369-9.688246.0528
CIE-Lab83.8299-5.822273.0341

#ecd13a color RGB value is (236,209,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 00111010
Octal 354 321 72
Decimal 236 209 58
Hex EC D1 3A

RGB Percentages of Color #ecd13a

%46.92
%41.55
%11.53

CMYK Percentages of Color #ecd13a

%0
%11
%75
%7

Triadic Colors of #ecd13a

#ecd13a #3aecd1 #d13aec

Analogous Colors of #ecd13a

#ecd13a #aeec3a #ec783a

Monochromatic Colors of #ecd13a

#ecd13a

Complementary Color

#ecd13a #3a55ec

#ecd13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd13a Color CSS Codes

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

#ecd13a Text Font Color

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

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


#ecd13a Background Color

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

This div background color is #ecd13a


#ecd13a Border Color

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

This div border color is #ecd13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd13a


Comments

No comments written yet.

Please login to write comment.