Color Hex Logo

#ed680f Color Hex

#ED680F
(237,104,15)
0 Favorites   0 Comments

Color spaces of #ed680f

RGB 23710415
HSL0.070.880.49
HSV24°94°93°
CMYK 0.000.560.94   0.07
XYZ39.961627.93963.7386
Yxy27.93960.55780.3900
Hunter Lab52.857942.448032.8070
CIE-Lab59.834147.703265.7436

#ed680f color RGB value is (237,104,15).

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

The process color (four color CMYK) of #ed680f color hex is 0.00, 0.56, 0.94, 0.07. Web safe color of #ed680f is #ff6600. Color #ed680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101000 00001111
Octal 355 150 17
Decimal 237 104 15
Hex ED 68 F

RGB Percentages of Color #ed680f

%66.57
%29.21
%4.21

CMYK Percentages of Color #ed680f

%0
%56
%94
%7

Triadic Colors of #ed680f

#ed680f #0fed68 #680fed

Analogous Colors of #ed680f

#ed680f #edd70f #ed0f25

Monochromatic Colors of #ed680f

#ed680f

Complementary Color

#ed680f #0f94ed

#ed680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed680f Color CSS Codes

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

#ed680f Text Font Color

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

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


#ed680f Background Color

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

This div background color is #ed680f


#ed680f Border Color

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

This div border color is #ed680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed680f

#ed680f Color Palettes


Comments

No comments written yet.

Please login to write comment.