Color Hex Logo

#ed5401 Color Hex

#ED5401
(237,84,1)
0 Favorites   0 Comments

Color spaces of #ed5401

RGB 237841
HSL0.060.990.47
HSV21°100°93°
CMYK 0.000.651.00   0.07
XYZ38.100924.34742.7201
Yxy24.34740.58470.3736
Hunter Lab49.343151.480731.2717
CIE-Lab56.434056.452866.4199

#ed5401 color RGB value is (237,84,1).

#ed5401 hex color red value is 237, green value is 84 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ed5401 hue: 0.06 , saturation: 0.99 and the lightness value of ed5401 is 0.47.

The process color (four color CMYK) of #ed5401 color hex is 0.00, 0.65, 1.00, 0.07. Web safe color of #ed5401 is #ff6600. Color #ed5401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010100 00000001
Octal 355 124 1
Decimal 237 84 1
Hex ED 54 1

RGB Percentages of Color #ed5401

%73.60
%26.09
%0.31

CMYK Percentages of Color #ed5401

%0
%65
%100
%7

Triadic Colors of #ed5401

#ed5401 #01ed54 #5401ed

Analogous Colors of #ed5401

#ed5401 #edca01 #ed0124

Monochromatic Colors of #ed5401

#ed5401

Complementary Color

#ed5401 #019aed

#ed5401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5401 Color CSS Codes

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

#ed5401 Text Font Color

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

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


#ed5401 Background Color

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

This div background color is #ed5401


#ed5401 Border Color

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

This div border color is #ed5401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5401


Comments

No comments written yet.

Please login to write comment.