Color Hex Logo

#ebd86e Color Hex

#EBD86E
(235,216,110)
0 Favorites   0 Comments

Color spaces of #ebd86e

RGB 235216110
HSL0.140.760.68
HSV51°53°92°
CMYK 0.000.080.53   0.08
XYZ61.631367.899724.6095
Yxy67.89970.39980.4405
Hunter Lab82.4013-10.694739.9737
CIE-Lab85.9563-6.696253.9595

#ebd86e color RGB value is (235,216,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 01101110
Octal 353 330 156
Decimal 235 216 110
Hex EB D8 6E

RGB Percentages of Color #ebd86e

%41.89
%38.50
%19.61

CMYK Percentages of Color #ebd86e

%0
%8
%53
%8

Triadic Colors of #ebd86e

#ebd86e #6eebd8 #d86eeb

Analogous Colors of #ebd86e

#ebd86e #c0eb6e #eb9a6e

Monochromatic Colors of #ebd86e

#ebd86e

Complementary Color

#ebd86e #6e81eb

#ebd86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd86e Color CSS Codes

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

#ebd86e Text Font Color

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

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


#ebd86e Background Color

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

This div background color is #ebd86e


#ebd86e Border Color

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

This div border color is #ebd86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd86e


Comments

No comments written yet.

Please login to write comment.