Color Hex Logo

#ed7d15 Color Hex

#ED7D15
(237,125,21)
0 Favorites   0 Comments

Color spaces of #ed7d15

RGB 23712521
HSL0.080.860.51
HSV29°91°93°
CMYK 0.000.470.91   0.07
XYZ42.394032.72594.7918
Yxy32.72590.53050.4095
Hunter Lab57.206632.169335.0783
CIE-Lab63.938437.463367.2131

#ed7d15 color RGB value is (237,125,21).

#ed7d15 hex color red value is 237, green value is 125 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ed7d15 hue: 0.08 , saturation: 0.86 and the lightness value of ed7d15 is 0.51.

The process color (four color CMYK) of #ed7d15 color hex is 0.00, 0.47, 0.91, 0.07. Web safe color of #ed7d15 is #ff6600. Color #ed7d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111101 00010101
Octal 355 175 25
Decimal 237 125 21
Hex ED 7D 15

RGB Percentages of Color #ed7d15

%61.88
%32.64
%5.48

CMYK Percentages of Color #ed7d15

%0
%47
%91
%7

Triadic Colors of #ed7d15

#ed7d15 #15ed7d #7d15ed

Analogous Colors of #ed7d15

#ed7d15 #ede915 #ed1519

Monochromatic Colors of #ed7d15

#ed7d15

Complementary Color

#ed7d15 #1585ed

#ed7d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7d15 Color CSS Codes

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

#ed7d15 Text Font Color

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

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


#ed7d15 Background Color

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

This div background color is #ed7d15


#ed7d15 Border Color

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

This div border color is #ed7d15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7d15


Comments

No comments written yet.

Please login to write comment.