Color Hex Logo

#eb523b Color Hex

#EB523B
(235,82,59)
0 Favorites   0 Comments

Color spaces of #eb523b

RGB 2358259
HSL0.020.810.58
HSV75°92°
CMYK 0.000.650.75   0.08
XYZ38.067724.01256.7662
Yxy24.01250.55290.3488
Hunter Lab49.002652.913526.1151
CIE-Lab56.100357.783845.0927

#eb523b color RGB value is (235,82,59).

#eb523b hex color red value is 235, green value is 82 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #eb523b hue: 0.02 , saturation: 0.81 and the lightness value of eb523b is 0.58.

The process color (four color CMYK) of #eb523b color hex is 0.00, 0.65, 0.75, 0.08. Web safe color of #eb523b is #ff6633. Color #eb523b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 00111011
Octal 353 122 73
Decimal 235 82 59
Hex EB 52 3B

RGB Percentages of Color #eb523b

%62.50
%21.81
%15.69

CMYK Percentages of Color #eb523b

%0
%65
%75
%8

Triadic Colors of #eb523b

#eb523b #3beb52 #523beb

Analogous Colors of #eb523b

#eb523b #ebaa3b #eb3b7c

Monochromatic Colors of #eb523b

#eb523b

Complementary Color

#eb523b #3bd4eb

#eb523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb523b Color CSS Codes

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

#eb523b Text Font Color

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

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


#eb523b Background Color

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

This div background color is #eb523b


#eb523b Border Color

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

This div border color is #eb523b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb523b


Comments

No comments written yet.

Please login to write comment.