Color Hex Logo

#ed5325 Color Hex

#ED5325
(237,83,37)
0 Favorites   1 Comments

Color spaces of #ed5325

RGB 2378337
HSL0.040.850.54
HSV14°84°93°
CMYK 0.000.650.84   0.07
XYZ38.352224.32464.4240
Yxy24.32460.57160.3625
Hunter Lab49.320052.495229.2057
CIE-Lab56.411357.359156.0904

#ed5325 color RGB value is (237,83,37).

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

The process color (four color CMYK) of #ed5325 color hex is 0.00, 0.65, 0.84, 0.07. Web safe color of #ed5325 is #ff6633. Color #ed5325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 00100101
Octal 355 123 45
Decimal 237 83 37
Hex ED 53 25

RGB Percentages of Color #ed5325

%66.39
%23.25
%10.36

CMYK Percentages of Color #ed5325

%0
%65
%84
%7

Triadic Colors of #ed5325

#ed5325 #25ed53 #5325ed

Analogous Colors of #ed5325

#ed5325 #edb725 #ed255b

Monochromatic Colors of #ed5325

#ed5325

Complementary Color

#ed5325 #25bfed

#ed5325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5325 Color CSS Codes

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

#ed5325 Text Font Color

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

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


#ed5325 Background Color

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

This div background color is #ed5325


#ed5325 Border Color

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

This div border color is #ed5325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5325


Comments

12 Mar 2012, 3:38 (guest)

club

Please login to write comment.