Color Hex Logo

#ed6942 Color Hex

#ED6942
(237,105,66)
0 Favorites   0 Comments

Color spaces of #ed6942

RGB 23710566
HSL0.040.830.59
HSV14°72°93°
CMYK 0.000.560.72   0.07
XYZ40.960028.50108.4967
Yxy28.50100.52540.3656
Hunter Lab53.386343.525827.9341
CIE-Lab60.338748.622246.1524

#ed6942 color RGB value is (237,105,66).

#ed6942 hex color red value is 237, green value is 105 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ed6942 hue: 0.04 , saturation: 0.83 and the lightness value of ed6942 is 0.59.

The process color (four color CMYK) of #ed6942 color hex is 0.00, 0.56, 0.72, 0.07. Web safe color of #ed6942 is #ff6633. Color #ed6942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 01000010
Octal 355 151 102
Decimal 237 105 66
Hex ED 69 42

RGB Percentages of Color #ed6942

%58.09
%25.74
%16.18

CMYK Percentages of Color #ed6942

%0
%56
%72
%7

Triadic Colors of #ed6942

#ed6942 #42ed69 #6942ed

Analogous Colors of #ed6942

#ed6942 #edbf42 #ed4271

Monochromatic Colors of #ed6942

#ed6942

Complementary Color

#ed6942 #42c6ed

#ed6942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed6942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed6942 Color CSS Codes

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

#ed6942 Text Font Color

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

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


#ed6942 Background Color

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

This div background color is #ed6942


#ed6942 Border Color

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

This div border color is #ed6942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed6942


Comments

No comments written yet.

Please login to write comment.