Color Hex Logo

#ed7800 Color Hex

#ED7800
(237,120,0)
0 Favorites   0 Comments

Color spaces of #ed7800

RGB 2371200
HSL0.081.000.46
HSV30°100°93°
CMYK 0.000.491.00   0.07
XYZ41.641531.43753.8733
Yxy31.43750.54110.4085
Hunter Lab56.069234.447635.1526
CIE-Lab62.875239.771970.2153

#ed7800 color RGB value is (237,120,0).

#ed7800 hex color red value is 237, green value is 120 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ed7800 hue: 0.08 , saturation: 1.00 and the lightness value of ed7800 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 00000000
Octal 355 170 0
Decimal 237 120 0
Hex ED 78 0

RGB Percentages of Color #ed7800

%66.39
%33.61
%0.00

CMYK Percentages of Color #ed7800

%0
%49
%100
%7

Triadic Colors of #ed7800

#ed7800 #00ed78 #7800ed

Analogous Colors of #ed7800

#ed7800 #eced00 #ed0100

Monochromatic Colors of #ed7800

#ed7800

Complementary Color

#ed7800 #0075ed

#ed7800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7800 Color CSS Codes

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

#ed7800 Text Font Color

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

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


#ed7800 Background Color

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

This div background color is #ed7800


#ed7800 Border Color

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

This div border color is #ed7800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7800


Comments

No comments written yet.

Please login to write comment.