Color Hex Logo

#ed795f Color Hex

#ED795F
(237,121,95)
0 Favorites   0 Comments

Color spaces of #ed795f

RGB 23712195
HSL0.030.800.65
HSV11°60°93°
CMYK 0.000.490.60   0.07
XYZ43.828032.505514.7907
Yxy32.50550.48100.3567
Hunter Lab57.013637.444324.5283
CIE-Lab63.758542.498334.7037

#ed795f color RGB value is (237,121,95).

#ed795f hex color red value is 237, green value is 121 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ed795f hue: 0.03 , saturation: 0.80 and the lightness value of ed795f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111001 01011111
Octal 355 171 137
Decimal 237 121 95
Hex ED 79 5F

RGB Percentages of Color #ed795f

%52.32
%26.71
%20.97

CMYK Percentages of Color #ed795f

%0
%49
%60
%7

Triadic Colors of #ed795f

#ed795f #5fed79 #795fed

Analogous Colors of #ed795f

#ed795f #edc05f #ed5f8c

Monochromatic Colors of #ed795f

#ed795f

Complementary Color

#ed795f #5fd3ed

#ed795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed795f Color CSS Codes

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

#ed795f Text Font Color

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

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


#ed795f Background Color

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

This div background color is #ed795f


#ed795f Border Color

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

This div border color is #ed795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed795f


Comments

No comments written yet.

Please login to write comment.