Color Hex Logo

#ed844e Color Hex

#ED844E
(237,132,78)
0 Favorites   0 Comments

Color spaces of #ed844e

RGB 23713278
HSL0.060.820.62
HSV20°67°93°
CMYK 0.000.440.67   0.07
XYZ44.551535.057111.6263
Yxy35.05710.48830.3843
Hunter Lab59.209030.695529.8041
CIE-Lab65.793135.842446.1391

#ed844e color RGB value is (237,132,78).

#ed844e hex color red value is 237, green value is 132 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ed844e hue: 0.06 , saturation: 0.82 and the lightness value of ed844e is 0.62.

The process color (four color CMYK) of #ed844e color hex is 0.00, 0.44, 0.67, 0.07. Web safe color of #ed844e is #ff9966. Color #ed844e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000100 01001110
Octal 355 204 116
Decimal 237 132 78
Hex ED 84 4E

RGB Percentages of Color #ed844e

%53.02
%29.53
%17.45

CMYK Percentages of Color #ed844e

%0
%44
%67
%7

Triadic Colors of #ed844e

#ed844e #4eed84 #844eed

Analogous Colors of #ed844e

#ed844e #edd44e #ed4e68

Monochromatic Colors of #ed844e

#ed844e

Complementary Color

#ed844e #4eb7ed

#ed844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed844e Color CSS Codes

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

#ed844e Text Font Color

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

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


#ed844e Background Color

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

This div background color is #ed844e


#ed844e Border Color

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

This div border color is #ed844e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed844e


Comments

No comments written yet.

Please login to write comment.