Color Hex Logo

#ed9108 Color Hex

#ED9108
(237,145,8)
0 Favorites   0 Comments

Color spaces of #ed9108

RGB 2371458
HSL0.100.930.48
HSV36°97°93°
CMYK 0.000.390.97   0.07
XYZ45.094338.27295.2404
Yxy38.27290.50890.4319
Hunter Lab61.865121.847138.2833
CIE-Lab68.221326.947272.4593

#ed9108 color RGB value is (237,145,8).

#ed9108 hex color red value is 237, green value is 145 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ed9108 hue: 0.10 , saturation: 0.93 and the lightness value of ed9108 is 0.48.

The process color (four color CMYK) of #ed9108 color hex is 0.00, 0.39, 0.97, 0.07. Web safe color of #ed9108 is #ff9900. Color #ed9108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010001 00001000
Octal 355 221 10
Decimal 237 145 8
Hex ED 91 8

RGB Percentages of Color #ed9108

%60.77
%37.18
%2.05

CMYK Percentages of Color #ed9108

%0
%39
%97
%7

Triadic Colors of #ed9108

#ed9108 #08ed91 #9108ed

Analogous Colors of #ed9108

#ed9108 #d7ed08 #ed1f08

Monochromatic Colors of #ed9108

#ed9108

Complementary Color

#ed9108 #0864ed

#ed9108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9108 Color CSS Codes

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

#ed9108 Text Font Color

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

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


#ed9108 Background Color

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

This div background color is #ed9108


#ed9108 Border Color

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

This div border color is #ed9108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9108


Comments

No comments written yet.

Please login to write comment.