Color Hex Logo

#eb986e Color Hex

#EB986E
(235,152,110)
0 Favorites   0 Comments

Color spaces of #eb986e

RGB 235152110
HSL0.060.760.68
HSV20°53°92°
CMYK 0.000.350.53   0.08
XYZ48.303741.244420.1669
Yxy41.24440.44030.3759
Hunter Lab64.221821.868626.3370
CIE-Lab70.346826.825734.8690

#eb986e color RGB value is (235,152,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011000 01101110
Octal 353 230 156
Decimal 235 152 110
Hex EB 98 6E

RGB Percentages of Color #eb986e

%47.28
%30.58
%22.13

CMYK Percentages of Color #eb986e

%0
%35
%53
%8

Triadic Colors of #eb986e

#eb986e #6eeb98 #986eeb

Analogous Colors of #eb986e

#eb986e #ebd76e #eb6e83

Monochromatic Colors of #eb986e

#eb986e

Complementary Color

#eb986e #6ec1eb

#eb986e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb986e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb986e Color CSS Codes

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

#eb986e Text Font Color

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

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


#eb986e Background Color

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

This div background color is #eb986e


#eb986e Border Color

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

This div border color is #eb986e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb986e


Comments

No comments written yet.

Please login to write comment.