Color Hex Logo

#ed8627 Color Hex

#ED8627
(237,134,39)
0 Favorites   0 Comments

Color spaces of #ed8627

RGB 23713439
HSL0.080.850.54
HSV29°84°93°
CMYK 0.000.430.84   0.07
XYZ43.816435.20126.4046
Yxy35.20120.51290.4121
Hunter Lab59.330627.996035.1312
CIE-Lab65.905033.212063.4345

#ed8627 color RGB value is (237,134,39).

#ed8627 hex color red value is 237, green value is 134 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ed8627 hue: 0.08 , saturation: 0.85 and the lightness value of ed8627 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10000110 00100111
Octal 355 206 47
Decimal 237 134 39
Hex ED 86 27

RGB Percentages of Color #ed8627

%57.80
%32.68
%9.51

CMYK Percentages of Color #ed8627

%0
%43
%84
%7

Triadic Colors of #ed8627

#ed8627 #27ed86 #8627ed

Analogous Colors of #ed8627

#ed8627 #ede927 #ed272b

Monochromatic Colors of #ed8627

#ed8627

Complementary Color

#ed8627 #278eed

#ed8627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed8627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed8627 Color CSS Codes

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

#ed8627 Text Font Color

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

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


#ed8627 Background Color

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

This div background color is #ed8627


#ed8627 Border Color

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

This div border color is #ed8627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed8627


Comments

No comments written yet.

Please login to write comment.