Color Hex Logo

#edc419 Color Hex

#EDC419
(237,196,25)
0 Favorites   0 Comments

Color spaces of #edc419

RGB 23719625
HSL0.130.850.51
HSV48°89°93°
CMYK 0.000.170.89   0.07
XYZ54.840457.55469.1384
Yxy57.55460.45120.4736
Hunter Lab75.8647-3.730945.9635
CIE-Lab80.49050.345678.7974

#edc419 color RGB value is (237,196,25).

#edc419 hex color red value is 237, green value is 196 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #edc419 hue: 0.13 , saturation: 0.85 and the lightness value of edc419 is 0.51.

The process color (four color CMYK) of #edc419 color hex is 0.00, 0.17, 0.89, 0.07. Web safe color of #edc419 is #ffcc00. Color #edc419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00011001
Octal 355 304 31
Decimal 237 196 25
Hex ED C4 19

RGB Percentages of Color #edc419

%51.75
%42.79
%5.46

CMYK Percentages of Color #edc419

%0
%17
%89
%7

Triadic Colors of #edc419

#edc419 #19edc4 #c419ed

Analogous Colors of #edc419

#edc419 #aced19 #ed5a19

Monochromatic Colors of #edc419

#edc419

Complementary Color

#edc419 #1942ed

#edc419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc419 Color CSS Codes

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

#edc419 Text Font Color

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

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


#edc419 Background Color

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

This div background color is #edc419


#edc419 Border Color

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

This div border color is #edc419


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,196,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edc419; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edc419;
  -webkit-box-shadow: 1px 1px 3px 2px #edc419;
  box-shadow:         1px 1px 3px 2px #edc419; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc419


Comments

No comments written yet.

Please login to write comment.