Color Hex Logo

#ed4018 Color Hex

#ED4018
(237,64,24)
0 Favorites   0 Comments

Color spaces of #ed4018

RGB 2376424
HSL0.030.860.51
HSV11°90°93°
CMYK 0.000.730.90   0.07
XYZ36.923321.73733.1138
Yxy21.73730.59770.3519
Hunter Lab46.623359.772328.6765
CIE-Lab53.747264.195859.0929

#ed4018 color RGB value is (237,64,24).

#ed4018 hex color red value is 237, green value is 64 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ed4018 hue: 0.03 , saturation: 0.86 and the lightness value of ed4018 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000000 00011000
Octal 355 100 30
Decimal 237 64 24
Hex ED 40 18

RGB Percentages of Color #ed4018

%72.92
%19.69
%7.38

CMYK Percentages of Color #ed4018

%0
%73
%90
%7

Triadic Colors of #ed4018

#ed4018 #18ed40 #4018ed

Analogous Colors of #ed4018

#ed4018 #edab18 #ed185b

Monochromatic Colors of #ed4018

#ed4018

Complementary Color

#ed4018 #18c5ed

#ed4018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4018 Color CSS Codes

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

#ed4018 Text Font Color

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

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


#ed4018 Background Color

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

This div background color is #ed4018


#ed4018 Border Color

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

This div border color is #ed4018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4018


Comments

No comments written yet.

Please login to write comment.