Color Hex Logo

#ed420a Color Hex

#ED420A
(237,66,10)
0 Favorites   0 Comments

Color spaces of #ed420a

RGB 2376610
HSL0.040.920.48
HSV15°96°93°
CMYK 0.000.720.96   0.07
XYZ36.928121.92292.5724
Yxy21.92290.60120.3569
Hunter Lab46.821958.843429.5179
CIE-Lab53.945163.358463.2068

#ed420a color RGB value is (237,66,10).

#ed420a hex color red value is 237, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ed420a hue: 0.04 , saturation: 0.92 and the lightness value of ed420a is 0.48.

The process color (four color CMYK) of #ed420a color hex is 0.00, 0.72, 0.96, 0.07. Web safe color of #ed420a is #ff3300. Color #ed420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000010 00001010
Octal 355 102 12
Decimal 237 66 10
Hex ED 42 A

RGB Percentages of Color #ed420a

%75.72
%21.09
%3.19

CMYK Percentages of Color #ed420a

%0
%72
%96
%7

Triadic Colors of #ed420a

#ed420a #0aed42 #420aed

Analogous Colors of #ed420a

#ed420a #edb40a #ed0a43

Monochromatic Colors of #ed420a

#ed420a

Complementary Color

#ed420a #0ab5ed

#ed420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed420a Color CSS Codes

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

#ed420a Text Font Color

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

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


#ed420a Background Color

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

This div background color is #ed420a


#ed420a Border Color

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

This div border color is #ed420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed420a


Comments

No comments written yet.

Please login to write comment.