Color Hex Logo

#ed794f Color Hex

#ED794F
(237,121,79)
0 Favorites   0 Comments

Color spaces of #ed794f

RGB 23712179
HSL0.040.810.62
HSV16°67°93°
CMYK 0.000.490.67   0.07
XYZ43.173732.243811.3453
Yxy32.24380.49760.3716
Hunter Lab56.783636.345727.9025
CIE-Lab63.543941.491543.0318

#ed794f color RGB value is (237,121,79).

#ed794f hex color red value is 237, green value is 121 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ed794f hue: 0.04 , saturation: 0.81 and the lightness value of ed794f is 0.62.

The process color (four color CMYK) of #ed794f color hex is 0.00, 0.49, 0.67, 0.07. Web safe color of #ed794f is #ff6666. Color #ed794f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 01001111
Octal 355 171 117
Decimal 237 121 79
Hex ED 79 4F

RGB Percentages of Color #ed794f

%54.23
%27.69
%18.08

CMYK Percentages of Color #ed794f

%0
%49
%67
%7

Triadic Colors of #ed794f

#ed794f #4fed79 #794fed

Analogous Colors of #ed794f

#ed794f #edc84f #ed4f74

Monochromatic Colors of #ed794f

#ed794f

Complementary Color

#ed794f #4fc3ed

#ed794f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed794f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed794f Color CSS Codes

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

#ed794f Text Font Color

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

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


#ed794f Background Color

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

This div background color is #ed794f


#ed794f Border Color

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

This div border color is #ed794f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed794f


Comments

No comments written yet.

Please login to write comment.