Color Hex Logo

#ebc49f Color Hex

#EBC49F
(235,196,159)
0 Favorites   0 Comments

Color spaces of #ebc49f

RGB 235196159
HSL0.080.660.77
HSV29°32°92°
CMYK 0.000.170.32   0.08
XYZ60.258959.645241.1376
Yxy59.64520.37420.3704
Hunter Lab77.23034.121522.4797
CIE-Lab81.64508.650623.7685

#ebc49f color RGB value is (235,196,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 10011111
Octal 353 304 237
Decimal 235 196 159
Hex EB C4 9F

RGB Percentages of Color #ebc49f

%39.83
%33.22
%26.95

CMYK Percentages of Color #ebc49f

%0
%17
%32
%8

Triadic Colors of #ebc49f

#ebc49f #9febc4 #c49feb

Analogous Colors of #ebc49f

#ebc49f #ebea9f #eb9fa0

Monochromatic Colors of #ebc49f

#ebc49f

Complementary Color

#ebc49f #9fc6eb

#ebc49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc49f Color CSS Codes

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

#ebc49f Text Font Color

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

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


#ebc49f Background Color

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

This div background color is #ebc49f


#ebc49f Border Color

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

This div border color is #ebc49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc49f

#ebc49f Color Palettes


Comments

No comments written yet.

Please login to write comment.