Color Hex Logo

#ed931c Color Hex

#ED931C
(237,147,28)
0 Favorites   0 Comments

Color spaces of #ed931c

RGB 23714728
HSL0.090.850.52
HSV34°88°93°
CMYK 0.000.380.88   0.07
XYZ45.568438.95586.2161
Yxy38.95580.50220.4293
Hunter Lab62.414621.095937.7853
CIE-Lab68.719226.162769.0573

#ed931c color RGB value is (237,147,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 00011100
Octal 355 223 34
Decimal 237 147 28
Hex ED 93 1C

RGB Percentages of Color #ed931c

%57.52
%35.68
%6.80

CMYK Percentages of Color #ed931c

%0
%38
%88
%7

Triadic Colors of #ed931c

#ed931c #1ced93 #931ced

Analogous Colors of #ed931c

#ed931c #dfed1c #ed2a1c

Monochromatic Colors of #ed931c

#ed931c

Complementary Color

#ed931c #1c76ed

#ed931c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed931c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed931c Color CSS Codes

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

#ed931c Text Font Color

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

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


#ed931c Background Color

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

This div background color is #ed931c


#ed931c Border Color

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

This div border color is #ed931c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,147,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 #ed931c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed931c


Comments

No comments written yet.

Please login to write comment.