Color Hex Logo

#ed9414 Color Hex

#ED9414
(237,148,20)
0 Favorites   0 Comments

Color spaces of #ed9414

RGB 23714820
HSL0.100.860.50
HSV35°92°93°
CMYK 0.000.380.92   0.07
XYZ45.641239.23485.8293
Yxy39.23480.50320.4326
Hunter Lab62.637720.448838.3286
CIE-Lab68.921025.501271.0368

#ed9414 color RGB value is (237,148,20).

#ed9414 hex color red value is 237, green value is 148 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ed9414 hue: 0.10 , saturation: 0.86 and the lightness value of ed9414 is 0.50.

The process color (four color CMYK) of #ed9414 color hex is 0.00, 0.38, 0.92, 0.07. Web safe color of #ed9414 is #ff9900. Color #ed9414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 00010100
Octal 355 224 24
Decimal 237 148 20
Hex ED 94 14

RGB Percentages of Color #ed9414

%58.52
%36.54
%4.94

CMYK Percentages of Color #ed9414

%0
%38
%92
%7

Triadic Colors of #ed9414

#ed9414 #14ed94 #9414ed

Analogous Colors of #ed9414

#ed9414 #daed14 #ed2814

Monochromatic Colors of #ed9414

#ed9414

Complementary Color

#ed9414 #146ded

#ed9414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9414 Color CSS Codes

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

#ed9414 Text Font Color

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

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


#ed9414 Background Color

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

This div background color is #ed9414


#ed9414 Border Color

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

This div border color is #ed9414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9414


Comments

No comments written yet.

Please login to write comment.