Color Hex Logo

#ed5724 Color Hex

#ED5724
(237,87,36)
0 Favorites   0 Comments

Color spaces of #ed5724

RGB 2378736
HSL0.040.850.54
HSV15°85°93°
CMYK 0.000.630.85   0.07
XYZ38.651724.94834.4474
Yxy24.94830.56800.3666
Hunter Lab49.948350.720029.6846
CIE-Lab57.025055.673257.0275

#ed5724 color RGB value is (237,87,36).

#ed5724 hex color red value is 237, green value is 87 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ed5724 hue: 0.04 , saturation: 0.85 and the lightness value of ed5724 is 0.54.

The process color (four color CMYK) of #ed5724 color hex is 0.00, 0.63, 0.85, 0.07. Web safe color of #ed5724 is #ff6633. Color #ed5724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 00100100
Octal 355 127 44
Decimal 237 87 36
Hex ED 57 24

RGB Percentages of Color #ed5724

%65.83
%24.17
%10.00

CMYK Percentages of Color #ed5724

%0
%63
%85
%7

Triadic Colors of #ed5724

#ed5724 #24ed57 #5724ed

Analogous Colors of #ed5724

#ed5724 #edbc24 #ed2456

Monochromatic Colors of #ed5724

#ed5724

Complementary Color

#ed5724 #24baed

#ed5724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5724 Color CSS Codes

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

#ed5724 Text Font Color

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

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


#ed5724 Background Color

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

This div background color is #ed5724


#ed5724 Border Color

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

This div border color is #ed5724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5724


Comments

No comments written yet.

Please login to write comment.