Color Hex Logo

#eb835e Color Hex

#EB835E
(235,131,94)
0 Favorites   0 Comments

Color spaces of #eb835e

RGB 23513194
HSL0.040.780.65
HSV16°60°92°
CMYK 0.000.440.60   0.08
XYZ44.397634.702914.9480
Yxy34.70290.47210.3690
Hunter Lab58.909231.437626.1918
CIE-Lab65.516736.586137.3719

#eb835e color RGB value is (235,131,94).

#eb835e hex color red value is 235, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eb835e hue: 0.04 , saturation: 0.78 and the lightness value of eb835e is 0.65.

The process color (four color CMYK) of #eb835e color hex is 0.00, 0.44, 0.60, 0.08. Web safe color of #eb835e is #ff9966. Color #eb835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 01011110
Octal 353 203 136
Decimal 235 131 94
Hex EB 83 5E

RGB Percentages of Color #eb835e

%51.09
%28.48
%20.43

CMYK Percentages of Color #eb835e

%0
%44
%60
%8

Triadic Colors of #eb835e

#eb835e #5eeb83 #835eeb

Analogous Colors of #eb835e

#eb835e #ebca5e #eb5e80

Monochromatic Colors of #eb835e

#eb835e

Complementary Color

#eb835e #5ec6eb

#eb835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb835e Color CSS Codes

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

#eb835e Text Font Color

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

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


#eb835e Background Color

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

This div background color is #eb835e


#eb835e Border Color

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

This div border color is #eb835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb835e


Comments

No comments written yet.

Please login to write comment.