Color Hex Logo

#ebd59e Color Hex

#EBD59E
(235,213,158)
0 Favorites   0 Comments

Color spaces of #ebd59e

RGB 235213158
HSL0.120.660.77
HSV43°33°92°
CMYK 0.000.090.33   0.08
XYZ64.226867.719342.0338
Yxy67.71930.36920.3892
Hunter Lab82.2917-4.695427.3195
CIE-Lab85.8659-0.314830.0035

#ebd59e color RGB value is (235,213,158).

#ebd59e hex color red value is 235, green value is 213 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebd59e hue: 0.12 , saturation: 0.66 and the lightness value of ebd59e is 0.77.

The process color (four color CMYK) of #ebd59e color hex is 0.00, 0.09, 0.33, 0.08. Web safe color of #ebd59e is #ffcc99. Color #ebd59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 10011110
Octal 353 325 236
Decimal 235 213 158
Hex EB D5 9E

RGB Percentages of Color #ebd59e

%38.78
%35.15
%26.07

CMYK Percentages of Color #ebd59e

%0
%9
%33
%8

Triadic Colors of #ebd59e

#ebd59e #9eebd5 #d59eeb

Analogous Colors of #ebd59e

#ebd59e #dbeb9e #ebaf9e

Monochromatic Colors of #ebd59e

#ebd59e

Complementary Color

#ebd59e #9eb4eb

#ebd59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd59e Color CSS Codes

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

#ebd59e Text Font Color

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

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


#ebd59e Background Color

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

This div background color is #ebd59e


#ebd59e Border Color

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

This div border color is #ebd59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd59e


Comments

No comments written yet.

Please login to write comment.