Color Hex Logo

#eb670c Color Hex

#EB670C
(235,103,12)
0 Favorites   0 Comments

Color spaces of #eb670c

RGB 23510312
HSL0.070.900.48
HSV24°95°92°
CMYK 0.000.560.95   0.08
XYZ39.177627.38923.5696
Yxy27.38920.55860.3905
Hunter Lab52.334742.038932.5903
CIE-Lab59.332947.398165.8739

#eb670c color RGB value is (235,103,12).

#eb670c hex color red value is 235, green value is 103 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #eb670c hue: 0.07 , saturation: 0.90 and the lightness value of eb670c is 0.48.

The process color (four color CMYK) of #eb670c color hex is 0.00, 0.56, 0.95, 0.08. Web safe color of #eb670c is #ff6600. Color #eb670c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 00001100
Octal 353 147 14
Decimal 235 103 12
Hex EB 67 C

RGB Percentages of Color #eb670c

%67.14
%29.43
%3.43

CMYK Percentages of Color #eb670c

%0
%56
%95
%8

Triadic Colors of #eb670c

#eb670c #0ceb67 #670ceb

Analogous Colors of #eb670c

#eb670c #ebd70c #eb0c21

Monochromatic Colors of #eb670c

#eb670c

Complementary Color

#eb670c #0c90eb

#eb670c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb670c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb670c Color CSS Codes

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

#eb670c Text Font Color

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

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


#eb670c Background Color

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

This div background color is #eb670c


#eb670c Border Color

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

This div border color is #eb670c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb670c


Comments

No comments written yet.

Please login to write comment.