Color Hex Logo

#ebc4ac Color Hex

#EBC4AC
(235,196,172)
0 Favorites   0 Comments

Color spaces of #ebc4ac

RGB 235196172
HSL0.060.610.80
HSV23°27°92°
CMYK 0.000.170.27   0.08
XYZ61.447360.120647.3955
Yxy60.12060.36370.3558
Hunter Lab77.53755.768018.0347
CIE-Lab81.903710.340717.2263

#ebc4ac color RGB value is (235,196,172).

#ebc4ac hex color red value is 235, green value is 196 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebc4ac hue: 0.06 , saturation: 0.61 and the lightness value of ebc4ac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 10101100
Octal 353 304 254
Decimal 235 196 172
Hex EB C4 AC

RGB Percentages of Color #ebc4ac

%38.97
%32.50
%28.52

CMYK Percentages of Color #ebc4ac

%0
%17
%27
%8

Triadic Colors of #ebc4ac

#ebc4ac #acebc4 #c4aceb

Analogous Colors of #ebc4ac

#ebc4ac #ebe4ac #ebacb4

Monochromatic Colors of #ebc4ac

#ebc4ac

Complementary Color

#ebc4ac #acd3eb

#ebc4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc4ac Color CSS Codes

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

#ebc4ac Text Font Color

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

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


#ebc4ac Background Color

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

This div background color is #ebc4ac


#ebc4ac Border Color

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

This div border color is #ebc4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc4ac


Comments

No comments written yet.

Please login to write comment.