Color Hex Logo

#ed450b Color Hex

#ED450B
(237,69,11)
0 Favorites   0 Comments

Color spaces of #ed450b

RGB 2376911
HSL0.040.910.49
HSV15°95°93°
CMYK 0.000.710.95   0.07
XYZ37.113622.28492.6619
Yxy22.28490.59800.3591
Hunter Lab47.206957.722929.7016
CIE-Lab54.328062.317963.2089

#ed450b color RGB value is (237,69,11).

#ed450b hex color red value is 237, green value is 69 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ed450b hue: 0.04 , saturation: 0.91 and the lightness value of ed450b is 0.49.

The process color (four color CMYK) of #ed450b color hex is 0.00, 0.71, 0.95, 0.07. Web safe color of #ed450b is #ff3300. Color #ed450b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000101 00001011
Octal 355 105 13
Decimal 237 69 11
Hex ED 45 B

RGB Percentages of Color #ed450b

%74.76
%21.77
%3.47

CMYK Percentages of Color #ed450b

%0
%71
%95
%7

Triadic Colors of #ed450b

#ed450b #0bed45 #450bed

Analogous Colors of #ed450b

#ed450b #edb60b #ed0b42

Monochromatic Colors of #ed450b

#ed450b

Complementary Color

#ed450b #0bb3ed

#ed450b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed450b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed450b Color CSS Codes

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

#ed450b Text Font Color

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

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


#ed450b Background Color

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

This div background color is #ed450b


#ed450b Border Color

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

This div border color is #ed450b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed450b


Comments

No comments written yet.

Please login to write comment.