Color Hex Logo

#ebc0ac Color Hex

#EBC0AC
(235,192,172)
0 Favorites   0 Comments

Color spaces of #ebc0ac

RGB 235192172
HSL0.050.610.80
HSV19°27°92°
CMYK 0.000.180.27   0.08
XYZ60.557058.340047.0988
Yxy58.34000.36480.3515
Hunter Lab76.38067.854416.9063
CIE-Lab80.927512.450415.8601

#ebc0ac color RGB value is (235,192,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 10101100
Octal 353 300 254
Decimal 235 192 172
Hex EB C0 AC

RGB Percentages of Color #ebc0ac

%39.23
%32.05
%28.71

CMYK Percentages of Color #ebc0ac

%0
%18
%27
%8

Triadic Colors of #ebc0ac

#ebc0ac #acebc0 #c0aceb

Analogous Colors of #ebc0ac

#ebc0ac #ebe0ac #ebacb8

Monochromatic Colors of #ebc0ac

#ebc0ac

Complementary Color

#ebc0ac #acd7eb

#ebc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc0ac Color CSS Codes

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

#ebc0ac Text Font Color

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

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


#ebc0ac Background Color

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

This div background color is #ebc0ac


#ebc0ac Border Color

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

This div border color is #ebc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc0ac


Comments

No comments written yet.

Please login to write comment.