Color Hex Logo

#ed5807 Color Hex

#ED5807
(237,88,7)
0 Favorites   0 Comments

Color spaces of #ed5807

RGB 237887
HSL0.060.940.48
HSV21°97°93°
CMYK 0.000.630.97   0.07
XYZ38.453124.99932.9997
Yxy24.99930.57870.3762
Hunter Lab49.999349.780731.4424
CIE-Lab57.074754.823365.5864

#ed5807 color RGB value is (237,88,7).

#ed5807 hex color red value is 237, green value is 88 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ed5807 hue: 0.06 , saturation: 0.94 and the lightness value of ed5807 is 0.48.

The process color (four color CMYK) of #ed5807 color hex is 0.00, 0.63, 0.97, 0.07. Web safe color of #ed5807 is #ff6600. Color #ed5807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 00000111
Octal 355 130 7
Decimal 237 88 7
Hex ED 58 7

RGB Percentages of Color #ed5807

%71.39
%26.51
%2.11

CMYK Percentages of Color #ed5807

%0
%63
%97
%7

Triadic Colors of #ed5807

#ed5807 #07ed58 #5807ed

Analogous Colors of #ed5807

#ed5807 #edcb07 #ed0729

Monochromatic Colors of #ed5807

#ed5807

Complementary Color

#ed5807 #079ced

#ed5807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5807 Color CSS Codes

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

#ed5807 Text Font Color

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

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


#ed5807 Background Color

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

This div background color is #ed5807


#ed5807 Border Color

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

This div border color is #ed5807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5807


Comments

No comments written yet.

Please login to write comment.