Color Hex Logo

#ed6e2d Color Hex

#ED6E2D
(237,110,45)
0 Favorites   0 Comments

Color spaces of #ed6e2d

RGB 23711045
HSL0.060.840.55
HSV20°81°93°
CMYK 0.000.540.81   0.07
XYZ40.974629.34585.9873
Yxy29.34580.53700.3846
Hunter Lab54.171840.213831.3672
CIE-Lab61.085645.447656.8525

#ed6e2d color RGB value is (237,110,45).

#ed6e2d hex color red value is 237, green value is 110 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed6e2d hue: 0.06 , saturation: 0.84 and the lightness value of ed6e2d is 0.55.

The process color (four color CMYK) of #ed6e2d color hex is 0.00, 0.54, 0.81, 0.07. Web safe color of #ed6e2d is #ff6633. Color #ed6e2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101110 00101101
Octal 355 156 55
Decimal 237 110 45
Hex ED 6E 2D

RGB Percentages of Color #ed6e2d

%60.46
%28.06
%11.48

CMYK Percentages of Color #ed6e2d

%0
%54
%81
%7

Triadic Colors of #ed6e2d

#ed6e2d #2ded6e #6e2ded

Analogous Colors of #ed6e2d

#ed6e2d #edce2d #ed2d4c

Monochromatic Colors of #ed6e2d

#ed6e2d

Complementary Color

#ed6e2d #2daced

#ed6e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6e2d Color CSS Codes

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

#ed6e2d Text Font Color

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

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


#ed6e2d Background Color

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

This div background color is #ed6e2d


#ed6e2d Border Color

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

This div border color is #ed6e2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6e2d


Comments

No comments written yet.

Please login to write comment.