Color Hex Logo

#eb3c17 Color Hex

#EB3C17
(235,60,23)
0 Favorites   0 Comments

Color spaces of #eb3c17

RGB 2356023
HSL0.030.840.51
HSV10°90°92°
CMYK 0.000.740.90   0.08
XYZ36.031520.95572.9564
Yxy20.95570.60110.3496
Hunter Lab45.777460.387328.2151
CIE-Lab52.901064.882058.6823

#eb3c17 color RGB value is (235,60,23).

#eb3c17 hex color red value is 235, green value is 60 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eb3c17 hue: 0.03 , saturation: 0.84 and the lightness value of eb3c17 is 0.51.

The process color (four color CMYK) of #eb3c17 color hex is 0.00, 0.74, 0.90, 0.08. Web safe color of #eb3c17 is #ff3300. Color #eb3c17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111100 00010111
Octal 353 74 27
Decimal 235 60 23
Hex EB 3C 17

RGB Percentages of Color #eb3c17

%73.90
%18.87
%7.23

CMYK Percentages of Color #eb3c17

%0
%74
%90
%8

Triadic Colors of #eb3c17

#eb3c17 #17eb3c #3c17eb

Analogous Colors of #eb3c17

#eb3c17 #eba617 #eb175c

Monochromatic Colors of #eb3c17

#eb3c17

Complementary Color

#eb3c17 #17c6eb

#eb3c17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3c17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3c17 Color CSS Codes

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

#eb3c17 Text Font Color

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

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


#eb3c17 Background Color

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

This div background color is #eb3c17


#eb3c17 Border Color

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

This div border color is #eb3c17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3c17


Comments

No comments written yet.

Please login to write comment.