Color Hex Logo

#ed871c Color Hex

#ED871C
(237,135,28)
0 Favorites   0 Comments

Color spaces of #ed871c

RGB 23713528
HSL0.090.850.52
HSV31°88°93°
CMYK 0.000.430.88   0.07
XYZ43.798635.41635.6262
Yxy35.41630.51620.4174
Hunter Lab59.511627.224936.0529
CIE-Lab66.071532.442067.0097

#ed871c color RGB value is (237,135,28).

#ed871c hex color red value is 237, green value is 135 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ed871c hue: 0.09 , saturation: 0.85 and the lightness value of ed871c is 0.52.

The process color (four color CMYK) of #ed871c color hex is 0.00, 0.43, 0.88, 0.07. Web safe color of #ed871c is #ff9933. Color #ed871c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000111 00011100
Octal 355 207 34
Decimal 237 135 28
Hex ED 87 1C

RGB Percentages of Color #ed871c

%59.25
%33.75
%7.00

CMYK Percentages of Color #ed871c

%0
%43
%88
%7

Triadic Colors of #ed871c

#ed871c #1ced87 #871ced

Analogous Colors of #ed871c

#ed871c #ebed1c #ed1f1c

Monochromatic Colors of #ed871c

#ed871c

Complementary Color

#ed871c #1c82ed

#ed871c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed871c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed871c Color CSS Codes

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

#ed871c Text Font Color

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

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


#ed871c Background Color

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

This div background color is #ed871c


#ed871c Border Color

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

This div border color is #ed871c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed871c


Comments

No comments written yet.

Please login to write comment.