Color Hex Logo

#ed400f Color Hex

#ED400F
(237,64,15)
0 Favorites   0 Comments

Color spaces of #ed400f

RGB 2376415
HSL0.040.880.49
HSV13°94°93°
CMYK 0.000.730.94   0.07
XYZ36.844721.70582.6996
Yxy21.70580.60150.3544
Hunter Lab46.589559.632929.1771
CIE-Lab53.713564.082161.8766

#ed400f color RGB value is (237,64,15).

#ed400f hex color red value is 237, green value is 64 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ed400f hue: 0.04 , saturation: 0.88 and the lightness value of ed400f is 0.49.

The process color (four color CMYK) of #ed400f color hex is 0.00, 0.73, 0.94, 0.07. Web safe color of #ed400f is #ff3300. Color #ed400f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 00001111
Octal 355 100 17
Decimal 237 64 15
Hex ED 40 F

RGB Percentages of Color #ed400f

%75.00
%20.25
%4.75

CMYK Percentages of Color #ed400f

%0
%73
%94
%7

Triadic Colors of #ed400f

#ed400f #0fed40 #400fed

Analogous Colors of #ed400f

#ed400f #edaf0f #ed0f4d

Monochromatic Colors of #ed400f

#ed400f

Complementary Color

#ed400f #0fbced

#ed400f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed400f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed400f Color CSS Codes

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

#ed400f Text Font Color

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

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


#ed400f Background Color

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

This div background color is #ed400f


#ed400f Border Color

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

This div border color is #ed400f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed400f


Comments

No comments written yet.

Please login to write comment.