Color Hex Logo

#eb560d Color Hex

#EB560D
(235,86,13)
0 Favorites   0 Comments

Color spaces of #eb560d

RGB 2358613
HSL0.050.900.49
HSV20°94°92°
CMYK 0.000.630.94   0.08
XYZ37.661424.34683.0952
Yxy24.34680.57850.3740
Hunter Lab49.342549.893530.8205
CIE-Lab56.433455.032463.8463

#eb560d color RGB value is (235,86,13).

#eb560d hex color red value is 235, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eb560d hue: 0.05 , saturation: 0.90 and the lightness value of eb560d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 00001101
Octal 353 126 15
Decimal 235 86 13
Hex EB 56 D

RGB Percentages of Color #eb560d

%70.36
%25.75
%3.89

CMYK Percentages of Color #eb560d

%0
%63
%94
%8

Triadic Colors of #eb560d

#eb560d #0deb56 #560deb

Analogous Colors of #eb560d

#eb560d #ebc50d #eb0d33

Monochromatic Colors of #eb560d

#eb560d

Complementary Color

#eb560d #0da2eb

#eb560d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb560d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb560d Color CSS Codes

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

#eb560d Text Font Color

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

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


#eb560d Background Color

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

This div background color is #eb560d


#eb560d Border Color

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

This div border color is #eb560d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,86,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb560d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb560d;
  -webkit-box-shadow: 1px 1px 3px 2px #eb560d;
  box-shadow:         1px 1px 3px 2px #eb560d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,86,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb560d


Comments

No comments written yet.

Please login to write comment.