Color Hex Logo

#ed784f Color Hex

#ED784F
(237,120,79)
0 Favorites   0 Comments

Color spaces of #ed784f

RGB 23712079
HSL0.040.810.62
HSV16°67°93°
CMYK 0.000.490.67   0.07
XYZ43.052832.002011.3050
Yxy32.00200.49850.3706
Hunter Lab56.570336.849327.7507
CIE-Lab63.344541.991642.7997

#ed784f color RGB value is (237,120,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 01001111
Octal 355 170 117
Decimal 237 120 79
Hex ED 78 4F

RGB Percentages of Color #ed784f

%54.36
%27.52
%18.12

CMYK Percentages of Color #ed784f

%0
%49
%67
%7

Triadic Colors of #ed784f

#ed784f #4fed78 #784fed

Analogous Colors of #ed784f

#ed784f #edc74f #ed4f75

Monochromatic Colors of #ed784f

#ed784f

Complementary Color

#ed784f #4fc4ed

#ed784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed784f Color CSS Codes

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

#ed784f Text Font Color

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

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


#ed784f Background Color

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

This div background color is #ed784f


#ed784f Border Color

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

This div border color is #ed784f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,120,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 #ed784f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed784f


Comments

No comments written yet.

Please login to write comment.