Color Hex Logo

#ed3706 Color Hex

#ED3706
(237,55,6)
0 Favorites   0 Comments

Color spaces of #ed3706

RGB 237556
HSL0.040.950.48
HSV13°97°93°
CMYK 0.000.770.97   0.07
XYZ36.324120.75012.2630
Yxy20.75010.61220.3497
Hunter Lab45.552362.622228.9411
CIE-Lab52.674966.833363.4166

#ed3706 color RGB value is (237,55,6).

#ed3706 hex color red value is 237, green value is 55 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ed3706 hue: 0.04 , saturation: 0.95 and the lightness value of ed3706 is 0.48.

The process color (four color CMYK) of #ed3706 color hex is 0.00, 0.77, 0.97, 0.07. Web safe color of #ed3706 is #ff3300. Color #ed3706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110111 00000110
Octal 355 67 6
Decimal 237 55 6
Hex ED 37 6

RGB Percentages of Color #ed3706

%79.53
%18.46
%2.01

CMYK Percentages of Color #ed3706

%0
%77
%97
%7

Triadic Colors of #ed3706

#ed3706 #06ed37 #3706ed

Analogous Colors of #ed3706

#ed3706 #edab06 #ed0648

Monochromatic Colors of #ed3706

#ed3706

Complementary Color

#ed3706 #06bced

#ed3706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3706 Color CSS Codes

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

#ed3706 Text Font Color

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

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


#ed3706 Background Color

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

This div background color is #ed3706


#ed3706 Border Color

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

This div border color is #ed3706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3706


Comments

No comments written yet.

Please login to write comment.