Color Hex Logo

#ed8007 Color Hex

#ED8007
(237,128,7)
0 Favorites   0 Comments

Color spaces of #ed8007

RGB 2371287
HSL0.090.940.48
HSV32°97°93°
CMYK 0.000.460.97   0.07
XYZ42.682633.45824.4095
Yxy33.45820.52990.4154
Hunter Lab57.843130.490435.9703
CIE-Lab64.530235.777170.1637

#ed8007 color RGB value is (237,128,7).

#ed8007 hex color red value is 237, green value is 128 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ed8007 hue: 0.09 , saturation: 0.94 and the lightness value of ed8007 is 0.48.

The process color (four color CMYK) of #ed8007 color hex is 0.00, 0.46, 0.97, 0.07. Web safe color of #ed8007 is #ff9900. Color #ed8007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000000 00000111
Octal 355 200 7
Decimal 237 128 7
Hex ED 80 7

RGB Percentages of Color #ed8007

%63.71
%34.41
%1.88

CMYK Percentages of Color #ed8007

%0
%46
%97
%7

Triadic Colors of #ed8007

#ed8007 #07ed80 #8007ed

Analogous Colors of #ed8007

#ed8007 #e7ed07 #ed0d07

Monochromatic Colors of #ed8007

#ed8007

Complementary Color

#ed8007 #0774ed

#ed8007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8007 Color CSS Codes

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

#ed8007 Text Font Color

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

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


#ed8007 Background Color

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

This div background color is #ed8007


#ed8007 Border Color

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

This div border color is #ed8007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8007


Comments

No comments written yet.

Please login to write comment.