Color Hex Logo

#ebc1ac Color Hex

#EBC1AC
(235,193,172)
0 Favorites   0 Comments

Color spaces of #ebc1ac

RGB 235193172
HSL0.060.610.80
HSV20°27°92°
CMYK 0.000.180.27   0.08
XYZ60.777358.780747.1722
Yxy58.78070.36450.3525
Hunter Lab76.66867.331917.1884
CIE-Lab81.170911.922216.2013

#ebc1ac color RGB value is (235,193,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10101100
Octal 353 301 254
Decimal 235 193 172
Hex EB C1 AC

RGB Percentages of Color #ebc1ac

%39.17
%32.17
%28.67

CMYK Percentages of Color #ebc1ac

%0
%18
%27
%8

Triadic Colors of #ebc1ac

#ebc1ac #acebc1 #c1aceb

Analogous Colors of #ebc1ac

#ebc1ac #ebe1ac #ebacb7

Monochromatic Colors of #ebc1ac

#ebc1ac

Complementary Color

#ebc1ac #acd6eb

#ebc1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1ac Color CSS Codes

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

#ebc1ac Text Font Color

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

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


#ebc1ac Background Color

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

This div background color is #ebc1ac


#ebc1ac Border Color

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

This div border color is #ebc1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1ac


Comments

No comments written yet.

Please login to write comment.