Color Hex Logo

#ed8340 Color Hex

#ED8340
(237,131,64)
0 Favorites   0 Comments

Color spaces of #ed8340

RGB 23713164
HSL0.060.830.59
HSV23°73°93°
CMYK 0.000.450.73   0.07
XYZ43.966834.60739.2131
Yxy34.60730.50080.3942
Hunter Lab58.828030.458231.8941
CIE-Lab65.441835.650152.6133

#ed8340 color RGB value is (237,131,64).

#ed8340 hex color red value is 237, green value is 131 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ed8340 hue: 0.06 , saturation: 0.83 and the lightness value of ed8340 is 0.59.

The process color (four color CMYK) of #ed8340 color hex is 0.00, 0.45, 0.73, 0.07. Web safe color of #ed8340 is #ff9933. Color #ed8340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000011 01000000
Octal 355 203 100
Decimal 237 131 64
Hex ED 83 40

RGB Percentages of Color #ed8340

%54.86
%30.32
%14.81

CMYK Percentages of Color #ed8340

%0
%45
%73
%7

Triadic Colors of #ed8340

#ed8340 #40ed83 #8340ed

Analogous Colors of #ed8340

#ed8340 #edda40 #ed4054

Monochromatic Colors of #ed8340

#ed8340

Complementary Color

#ed8340 #40aaed

#ed8340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8340 Color CSS Codes

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

#ed8340 Text Font Color

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

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


#ed8340 Background Color

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

This div background color is #ed8340


#ed8340 Border Color

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

This div border color is #ed8340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8340


Comments

No comments written yet.

Please login to write comment.