Color Hex Logo

#eb5d22 Color Hex

#EB5D22
(235,93,34)
0 Favorites   0 Comments

Color spaces of #eb5d22

RGB 2359334
HSL0.050.830.53
HSV18°86°92°
CMYK 0.000.600.86   0.08
XYZ38.464025.60644.4286
Yxy25.60640.56150.3738
Hunter Lab50.602847.126030.2331
CIE-Lab57.661552.328958.2221

#eb5d22 color RGB value is (235,93,34).

#eb5d22 hex color red value is 235, green value is 93 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #eb5d22 hue: 0.05 , saturation: 0.83 and the lightness value of eb5d22 is 0.53.

The process color (four color CMYK) of #eb5d22 color hex is 0.00, 0.60, 0.86, 0.08. Web safe color of #eb5d22 is #ff6633. Color #eb5d22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 00100010
Octal 353 135 42
Decimal 235 93 34
Hex EB 5D 22

RGB Percentages of Color #eb5d22

%64.92
%25.69
%9.39

CMYK Percentages of Color #eb5d22

%0
%60
%86
%8

Triadic Colors of #eb5d22

#eb5d22 #22eb5d #5d22eb

Analogous Colors of #eb5d22

#eb5d22 #ebc222 #eb224c

Monochromatic Colors of #eb5d22

#eb5d22

Complementary Color

#eb5d22 #22b0eb

#eb5d22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5d22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5d22 Color CSS Codes

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

#eb5d22 Text Font Color

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

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


#eb5d22 Background Color

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

This div background color is #eb5d22


#eb5d22 Border Color

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

This div border color is #eb5d22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5d22


Comments

No comments written yet.

Please login to write comment.