Color Hex Logo

#ebc29d Color Hex

#EBC29D
(235,194,157)
4 Favorites   0 Comments

Color spaces of #ebc29d

RGB 235194157
HSL0.080.660.77
HSV28°33°92°
CMYK 0.000.170.33   0.08
XYZ59.638558.680140.0814
Yxy58.68010.37650.3705
Hunter Lab76.60294.914422.5994
CIE-Lab81.11549.453824.1036

#ebc29d color RGB value is (235,194,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10011101
Octal 353 302 235
Decimal 235 194 157
Hex EB C2 9D

RGB Percentages of Color #ebc29d

%40.10
%33.11
%26.79

CMYK Percentages of Color #ebc29d

%0
%17
%33
%8

Triadic Colors of #ebc29d

#ebc29d #9debc2 #c29deb

Analogous Colors of #ebc29d

#ebc29d #ebe99d #eb9d9f

Monochromatic Colors of #ebc29d

#ebc29d

Complementary Color

#ebc29d #9dc6eb

#ebc29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc29d Color CSS Codes

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

#ebc29d Text Font Color

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

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


#ebc29d Background Color

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

This div background color is #ebc29d


#ebc29d Border Color

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

This div border color is #ebc29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc29d

#ebc29d Color Palettes


Comments

No comments written yet.

Please login to write comment.