Color Hex Logo

#eb885e Color Hex

#EB885E
(235,136,94)
0 Favorites   0 Comments

Color spaces of #eb885e

RGB 23513694
HSL0.050.780.65
HSV18°60°92°
CMYK 0.000.420.60   0.08
XYZ45.085536.078615.1773
Yxy36.07860.46800.3745
Hunter Lab60.065528.868627.0645
CIE-Lab66.579933.996538.6801

#eb885e color RGB value is (235,136,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 01011110
Octal 353 210 136
Decimal 235 136 94
Hex EB 88 5E

RGB Percentages of Color #eb885e

%50.54
%29.25
%20.22

CMYK Percentages of Color #eb885e

%0
%42
%60
%8

Triadic Colors of #eb885e

#eb885e #5eeb88 #885eeb

Analogous Colors of #eb885e

#eb885e #ebcf5e #eb5e7b

Monochromatic Colors of #eb885e

#eb885e

Complementary Color

#eb885e #5ec1eb

#eb885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb885e Color CSS Codes

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

#eb885e Text Font Color

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

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


#eb885e Background Color

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

This div background color is #eb885e


#eb885e Border Color

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

This div border color is #eb885e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,136,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 #eb885e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb885e


Comments

No comments written yet.

Please login to write comment.