Color Hex Logo

#ecd504 Color Hex

#ECD504
(236,213,4)
0 Favorites   0 Comments

Color spaces of #ecd504

RGB 2362134
HSL0.150.970.47
HSV54°98°93°
CMYK 0.000.100.98   0.07
XYZ58.408265.43019.6657
Yxy65.43010.43750.4901
Hunter Lab80.8889-12.664349.5374
CIE-Lab84.7049-8.981984.4107

#ecd504 color RGB value is (236,213,4).

#ecd504 hex color red value is 236, green value is 213 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ecd504 hue: 0.15 , saturation: 0.97 and the lightness value of ecd504 is 0.47.

The process color (four color CMYK) of #ecd504 color hex is 0.00, 0.10, 0.98, 0.07. Web safe color of #ecd504 is #ffcc00. Color #ecd504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 00000100
Octal 354 325 4
Decimal 236 213 4
Hex EC D5 4

RGB Percentages of Color #ecd504

%52.10
%47.02
%0.88

CMYK Percentages of Color #ecd504

%0
%10
%98
%7

Triadic Colors of #ecd504

#ecd504 #04ecd5 #d504ec

Analogous Colors of #ecd504

#ecd504 #8fec04 #ec6104

Monochromatic Colors of #ecd504

#ecd504

Complementary Color

#ecd504 #041bec

#ecd504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd504 Color CSS Codes

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

#ecd504 Text Font Color

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

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


#ecd504 Background Color

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

This div background color is #ecd504


#ecd504 Border Color

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

This div border color is #ecd504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd504


Comments

No comments written yet.

Please login to write comment.