Color Hex Logo

#ed676a Color Hex

#ED676A
(237,103,106)
0 Favorites   0 Comments

Color spaces of #ed676a

RGB 237103106
HSL1.000.790.67
HSV359°57°93°
CMYK 0.000.570.55   0.07
XYZ42.376828.745616.9506
Yxy28.74560.48120.3264
Hunter Lab53.614947.258818.7856
CIE-Lab60.556451.988824.4039

#ed676a color RGB value is (237,103,106).

#ed676a hex color red value is 237, green value is 103 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ed676a hue: 1.00 , saturation: 0.79 and the lightness value of ed676a is 0.67.

The process color (four color CMYK) of #ed676a color hex is 0.00, 0.57, 0.55, 0.07. Web safe color of #ed676a is #ff6666. Color #ed676a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 01101010
Octal 355 147 152
Decimal 237 103 106
Hex ED 67 6A

RGB Percentages of Color #ed676a

%53.14
%23.09
%23.77

CMYK Percentages of Color #ed676a

%0
%57
%55
%7

Triadic Colors of #ed676a

#ed676a #6aed67 #676aed

Analogous Colors of #ed676a

#ed676a #eda767 #ed67ad

Monochromatic Colors of #ed676a

#ed676a

Complementary Color

#ed676a #67edea

#ed676a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed676a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed676a Color CSS Codes

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

#ed676a Text Font Color

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

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


#ed676a Background Color

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

This div background color is #ed676a


#ed676a Border Color

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

This div border color is #ed676a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed676a


Comments

No comments written yet.

Please login to write comment.