Color Hex Logo

#ed580f Color Hex

#ED580F
(237,88,15)
0 Favorites   0 Comments

Color spaces of #ed580f

RGB 2378815
HSL0.050.880.49
HSV20°94°93°
CMYK 0.000.630.94   0.07
XYZ38.501025.01853.2518
Yxy25.01850.57660.3747
Hunter Lab50.018549.865431.1584
CIE-Lab57.093454.896263.9718

#ed580f color RGB value is (237,88,15).

#ed580f hex color red value is 237, green value is 88 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ed580f hue: 0.05 , saturation: 0.88 and the lightness value of ed580f is 0.49.

The process color (four color CMYK) of #ed580f color hex is 0.00, 0.63, 0.94, 0.07. Web safe color of #ed580f is #ff6600. Color #ed580f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 00001111
Octal 355 130 17
Decimal 237 88 15
Hex ED 58 F

RGB Percentages of Color #ed580f

%69.71
%25.88
%4.41

CMYK Percentages of Color #ed580f

%0
%63
%94
%7

Triadic Colors of #ed580f

#ed580f #0fed58 #580fed

Analogous Colors of #ed580f

#ed580f #edc70f #ed0f35

Monochromatic Colors of #ed580f

#ed580f

Complementary Color

#ed580f #0fa4ed

#ed580f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed580f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed580f Color CSS Codes

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

#ed580f Text Font Color

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

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


#ed580f Background Color

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

This div background color is #ed580f


#ed580f Border Color

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

This div border color is #ed580f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed580f


Comments

No comments written yet.

Please login to write comment.