Color Hex Logo

#ebe59d Color Hex

#EBE59D
(235,229,157)
0 Favorites   0 Comments

Color spaces of #ebe59d

RGB 235229157
HSL0.150.660.77
HSV55°33°92°
CMYK 0.000.030.33   0.08
XYZ68.366176.135142.9906
Yxy76.13510.36460.4061
Hunter Lab87.2554-12.839231.8667
CIE-Lab89.9220-8.567935.9002

#ebe59d color RGB value is (235,229,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 10011101
Octal 353 345 235
Decimal 235 229 157
Hex EB E5 9D

RGB Percentages of Color #ebe59d

%37.84
%36.88
%25.28

CMYK Percentages of Color #ebe59d

%0
%3
%33
%8

Triadic Colors of #ebe59d

#ebe59d #9debe5 #e59deb

Analogous Colors of #ebe59d

#ebe59d #caeb9d #ebbe9d

Monochromatic Colors of #ebe59d

#ebe59d

Complementary Color

#ebe59d #9da3eb

#ebe59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe59d Color CSS Codes

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

#ebe59d Text Font Color

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

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


#ebe59d Background Color

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

This div background color is #ebe59d


#ebe59d Border Color

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

This div border color is #ebe59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe59d


Comments

No comments written yet.

Please login to write comment.