Color Hex Logo

#ebc8ac Color Hex

#EBC8AC
(235,200,172)
0 Favorites   0 Comments

Color spaces of #ebc8ac

RGB 235200172
HSL0.070.610.80
HSV27°27°92°
CMYK 0.000.150.27   0.08
XYZ62.361661.949347.7003
Yxy61.94930.36250.3601
Hunter Lab78.70793.689819.1633
CIE-Lab82.88658.238518.5965

#ebc8ac color RGB value is (235,200,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 10101100
Octal 353 310 254
Decimal 235 200 172
Hex EB C8 AC

RGB Percentages of Color #ebc8ac

%38.71
%32.95
%28.34

CMYK Percentages of Color #ebc8ac

%0
%15
%27
%8

Triadic Colors of #ebc8ac

#ebc8ac #acebc8 #c8aceb

Analogous Colors of #ebc8ac

#ebc8ac #ebe8ac #ebacb0

Monochromatic Colors of #ebc8ac

#ebc8ac

Complementary Color

#ebc8ac #accfeb

#ebc8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc8ac Color CSS Codes

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

#ebc8ac Text Font Color

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

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


#ebc8ac Background Color

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

This div background color is #ebc8ac


#ebc8ac Border Color

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

This div border color is #ebc8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc8ac


Comments

No comments written yet.

Please login to write comment.