Color Hex Logo

#ebc2ac Color Hex

#EBC2AC
(235,194,172)
0 Favorites   0 Comments

Color spaces of #ebc2ac

RGB 235194172
HSL0.060.610.80
HSV21°27°92°
CMYK 0.000.170.27   0.08
XYZ60.999159.224347.2462
Yxy59.22430.36420.3536
Hunter Lab76.95736.810117.4704
CIE-Lab81.414711.394616.5426

#ebc2ac color RGB value is (235,194,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10101100
Octal 353 302 254
Decimal 235 194 172
Hex EB C2 AC

RGB Percentages of Color #ebc2ac

%39.10
%32.28
%28.62

CMYK Percentages of Color #ebc2ac

%0
%17
%27
%8

Triadic Colors of #ebc2ac

#ebc2ac #acebc2 #c2aceb

Analogous Colors of #ebc2ac

#ebc2ac #ebe2ac #ebacb6

Monochromatic Colors of #ebc2ac

#ebc2ac

Complementary Color

#ebc2ac #acd5eb

#ebc2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2ac Color CSS Codes

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

#ebc2ac Text Font Color

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

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


#ebc2ac Background Color

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

This div background color is #ebc2ac


#ebc2ac Border Color

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

This div border color is #ebc2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2ac


Comments

No comments written yet.

Please login to write comment.