Color Hex Logo

#eb856f Color Hex

#EB856F
(235,133,111)
0 Favorites   0 Comments

Color spaces of #eb856f

RGB 235133111
HSL0.030.760.68
HSV11°53°92°
CMYK 0.000.430.53   0.08
XYZ45.517735.584919.5085
Yxy35.58490.45240.3537
Hunter Lab59.653131.809822.3674
CIE-Lab66.201536.869728.9764

#eb856f color RGB value is (235,133,111).

#eb856f hex color red value is 235, green value is 133 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eb856f hue: 0.03 , saturation: 0.76 and the lightness value of eb856f is 0.68.

The process color (four color CMYK) of #eb856f color hex is 0.00, 0.43, 0.53, 0.08. Web safe color of #eb856f is #ff9966. Color #eb856f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 01101111
Octal 353 205 157
Decimal 235 133 111
Hex EB 85 6F

RGB Percentages of Color #eb856f

%49.06
%27.77
%23.17

CMYK Percentages of Color #eb856f

%0
%43
%53
%8

Triadic Colors of #eb856f

#eb856f #6feb85 #856feb

Analogous Colors of #eb856f

#eb856f #ebc36f #eb6f97

Monochromatic Colors of #eb856f

#eb856f

Complementary Color

#eb856f #6fd5eb

#eb856f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb856f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb856f Color CSS Codes

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

#eb856f Text Font Color

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

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


#eb856f Background Color

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

This div background color is #eb856f


#eb856f Border Color

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

This div border color is #eb856f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb856f


Comments

No comments written yet.

Please login to write comment.