Color Hex Logo

#eb9550 Color Hex

#EB9550
(235,149,80)
0 Favorites   0 Comments

Color spaces of #eb9550

RGB 23514980
HSL0.070.790.62
HSV27°66°92°
CMYK 0.000.370.66   0.08
XYZ46.456439.736212.8108
Yxy39.73620.46920.4014
Hunter Lab63.036721.235832.0763
CIE-Lab69.281226.265949.0345

#eb9550 color RGB value is (235,149,80).

#eb9550 hex color red value is 235, green value is 149 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eb9550 hue: 0.07 , saturation: 0.79 and the lightness value of eb9550 is 0.62.

The process color (four color CMYK) of #eb9550 color hex is 0.00, 0.37, 0.66, 0.08. Web safe color of #eb9550 is #ff9966. Color #eb9550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 01010000
Octal 353 225 120
Decimal 235 149 80
Hex EB 95 50

RGB Percentages of Color #eb9550

%50.65
%32.11
%17.24

CMYK Percentages of Color #eb9550

%0
%37
%66
%8

Triadic Colors of #eb9550

#eb9550 #50eb95 #9550eb

Analogous Colors of #eb9550

#eb9550 #ebe350 #eb5058

Monochromatic Colors of #eb9550

#eb9550

Complementary Color

#eb9550 #50a6eb

#eb9550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9550 Color CSS Codes

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

#eb9550 Text Font Color

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

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


#eb9550 Background Color

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

This div background color is #eb9550


#eb9550 Border Color

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

This div border color is #eb9550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9550


Comments

No comments written yet.

Please login to write comment.