Color Hex Logo

#ed690d Color Hex

#ED690D
(237,105,13)
0 Favorites   0 Comments

Color spaces of #ed690d

RGB 23710513
HSL0.070.900.49
HSV25°95°93°
CMYK 0.000.560.95   0.07
XYZ40.049328.13673.7009
Yxy28.13670.55710.3914
Hunter Lab53.044041.944032.9941
CIE-Lab60.012047.210266.2695

#ed690d color RGB value is (237,105,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 00001101
Octal 355 151 15
Decimal 237 105 13
Hex ED 69 D

RGB Percentages of Color #ed690d

%66.76
%29.58
%3.66

CMYK Percentages of Color #ed690d

%0
%56
%95
%7

Triadic Colors of #ed690d

#ed690d #0ded69 #690ded

Analogous Colors of #ed690d

#ed690d #edd90d #ed0d21

Monochromatic Colors of #ed690d

#ed690d

Complementary Color

#ed690d #0d91ed

#ed690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed690d Color CSS Codes

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

#ed690d Text Font Color

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

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


#ed690d Background Color

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

This div background color is #ed690d


#ed690d Border Color

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

This div border color is #ed690d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed690d


Comments

No comments written yet.

Please login to write comment.