Color Hex Logo

#ed8418 Color Hex

#ED8418
(237,132,24)
0 Favorites   0 Comments

Color spaces of #ed8418

RGB 23713224
HSL0.080.860.51
HSV30°90°93°
CMYK 0.000.440.90   0.07
XYZ43.341234.57305.2531
Yxy34.57300.52110.4157
Hunter Lab58.798828.676235.8622
CIE-Lab65.414933.923367.5620

#ed8418 color RGB value is (237,132,24).

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

The process color (four color CMYK) of #ed8418 color hex is 0.00, 0.44, 0.90, 0.07. Web safe color of #ed8418 is #ff9900. Color #ed8418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 00011000
Octal 355 204 30
Decimal 237 132 24
Hex ED 84 18

RGB Percentages of Color #ed8418

%60.31
%33.59
%6.11

CMYK Percentages of Color #ed8418

%0
%44
%90
%7

Triadic Colors of #ed8418

#ed8418 #18ed84 #8418ed

Analogous Colors of #ed8418

#ed8418 #eced18 #ed1a18

Monochromatic Colors of #ed8418

#ed8418

Complementary Color

#ed8418 #1881ed

#ed8418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8418 Color CSS Codes

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

#ed8418 Text Font Color

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

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


#ed8418 Background Color

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

This div background color is #ed8418


#ed8418 Border Color

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

This div border color is #ed8418


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,132,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 #ed8418">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8418


Comments

No comments written yet.

Please login to write comment.