Color Hex Logo

#eb501d Color Hex

#EB501D
(235,80,29)
0 Favorites   0 Comments

Color spaces of #eb501d

RGB 2358029
HSL0.040.840.52
HSV15°88°92°
CMYK 0.000.660.88   0.08
XYZ37.351423.48823.7274
Yxy23.48820.57850.3638
Hunter Lab48.464652.755829.3653
CIE-Lab55.571757.736158.4595

#eb501d color RGB value is (235,80,29).

#eb501d hex color red value is 235, green value is 80 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #eb501d hue: 0.04 , saturation: 0.84 and the lightness value of eb501d is 0.52.

The process color (four color CMYK) of #eb501d color hex is 0.00, 0.66, 0.88, 0.08. Web safe color of #eb501d is #ff6633. Color #eb501d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010000 00011101
Octal 353 120 35
Decimal 235 80 29
Hex EB 50 1D

RGB Percentages of Color #eb501d

%68.31
%23.26
%8.43

CMYK Percentages of Color #eb501d

%0
%66
%88
%8

Triadic Colors of #eb501d

#eb501d #1deb50 #501deb

Analogous Colors of #eb501d

#eb501d #ebb71d #eb1d51

Monochromatic Colors of #eb501d

#eb501d

Complementary Color

#eb501d #1db8eb

#eb501d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb501d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb501d Color CSS Codes

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

#eb501d Text Font Color

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

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


#eb501d Background Color

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

This div background color is #eb501d


#eb501d Border Color

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

This div border color is #eb501d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb501d


Comments

No comments written yet.

Please login to write comment.