Color Hex Logo

#ed672a Color Hex

#ED672A
(237,103,42)
0 Favorites   0 Comments

Color spaces of #ed672a

RGB 23710342
HSL0.050.840.55
HSV19°82°93°
CMYK 0.000.570.82   0.07
XYZ40.193227.87225.4519
Yxy27.87220.54670.3791
Hunter Lab52.794143.505830.8332
CIE-Lab59.773148.688556.9277

#ed672a color RGB value is (237,103,42).

#ed672a hex color red value is 237, green value is 103 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ed672a hue: 0.05 , saturation: 0.84 and the lightness value of ed672a is 0.55.

The process color (four color CMYK) of #ed672a color hex is 0.00, 0.57, 0.82, 0.07. Web safe color of #ed672a is #ff6633. Color #ed672a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100111 00101010
Octal 355 147 52
Decimal 237 103 42
Hex ED 67 2A

RGB Percentages of Color #ed672a

%62.04
%26.96
%10.99

CMYK Percentages of Color #ed672a

%0
%57
%82
%7

Triadic Colors of #ed672a

#ed672a #2aed67 #672aed

Analogous Colors of #ed672a

#ed672a #edc92a #ed2a4f

Monochromatic Colors of #ed672a

#ed672a

Complementary Color

#ed672a #2ab0ed

#ed672a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed672a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed672a Color CSS Codes

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

#ed672a Text Font Color

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

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


#ed672a Background Color

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

This div background color is #ed672a


#ed672a Border Color

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

This div border color is #ed672a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed672a


Comments

No comments written yet.

Please login to write comment.