Color Hex Logo

#ebe79d Color Hex

#EBE79D
(235,231,157)
0 Favorites   0 Comments

Color spaces of #ebe79d

RGB 235231157
HSL0.160.660.77
HSV57°33°92°
CMYK 0.000.020.33   0.08
XYZ68.922777.248343.1761
Yxy77.24830.36400.4080
Hunter Lab87.8910-13.832532.3977
CIE-Lab90.4358-9.569936.5752

#ebe79d color RGB value is (235,231,157).

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

The process color (four color CMYK) of #ebe79d color hex is 0.00, 0.02, 0.33, 0.08. Web safe color of #ebe79d is #ffff99. Color #ebe79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 10011101
Octal 353 347 235
Decimal 235 231 157
Hex EB E7 9D

RGB Percentages of Color #ebe79d

%37.72
%37.08
%25.20

CMYK Percentages of Color #ebe79d

%0
%2
%33
%8

Triadic Colors of #ebe79d

#ebe79d #9debe7 #e79deb

Analogous Colors of #ebe79d

#ebe79d #c8eb9d #ebc09d

Monochromatic Colors of #ebe79d

#ebe79d

Complementary Color

#ebe79d #9da1eb

#ebe79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe79d Color CSS Codes

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

#ebe79d Text Font Color

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

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


#ebe79d Background Color

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

This div background color is #ebe79d


#ebe79d Border Color

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

This div border color is #ebe79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe79d


Comments

No comments written yet.

Please login to write comment.