Color Hex Logo

#ed670b Color Hex

#ED670B
(237,103,11)
0 Favorites   0 Comments

Color spaces of #ed670b

RGB 23710311
HSL0.070.910.49
HSV24°95°93°
CMYK 0.000.570.95   0.07
XYZ39.835727.72923.5693
Yxy27.72920.56000.3898
Hunter Lab52.658542.881232.8422
CIE-Lab59.643348.132066.4110

#ed670b color RGB value is (237,103,11).

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

The process color (four color CMYK) of #ed670b color hex is 0.00, 0.57, 0.95, 0.07. Web safe color of #ed670b is #ff6600. Color #ed670b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 00001011
Octal 355 147 13
Decimal 237 103 11
Hex ED 67 B

RGB Percentages of Color #ed670b

%67.52
%29.34
%3.13

CMYK Percentages of Color #ed670b

%0
%57
%95
%7

Triadic Colors of #ed670b

#ed670b #0bed67 #670bed

Analogous Colors of #ed670b

#ed670b #edd80b #ed0b20

Monochromatic Colors of #ed670b

#ed670b

Complementary Color

#ed670b #0b91ed

#ed670b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed670b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed670b Color CSS Codes

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

#ed670b Text Font Color

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

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


#ed670b Background Color

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

This div background color is #ed670b


#ed670b Border Color

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

This div border color is #ed670b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,103,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 #ed670b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed670b


Comments

No comments written yet.

Please login to write comment.