Color Hex Logo

#ebc7ac Color Hex

#EBC7AC
(235,199,172)
0 Favorites   0 Comments

Color spaces of #ebc7ac

RGB 235199172
HSL0.070.610.80
HSV26°27°92°
CMYK 0.000.150.27   0.08
XYZ62.130861.487647.6234
Yxy61.48760.36280.3591
Hunter Lab78.41404.208718.8811
CIE-Lab82.64028.763318.2535

#ebc7ac color RGB value is (235,199,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 10101100
Octal 353 307 254
Decimal 235 199 172
Hex EB C7 AC

RGB Percentages of Color #ebc7ac

%38.78
%32.84
%28.38

CMYK Percentages of Color #ebc7ac

%0
%15
%27
%8

Triadic Colors of #ebc7ac

#ebc7ac #acebc7 #c7aceb

Analogous Colors of #ebc7ac

#ebc7ac #ebe7ac #ebacb1

Monochromatic Colors of #ebc7ac

#ebc7ac

Complementary Color

#ebc7ac #acd0eb

#ebc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc7ac Color CSS Codes

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

#ebc7ac Text Font Color

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

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


#ebc7ac Background Color

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

This div background color is #ebc7ac


#ebc7ac Border Color

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

This div border color is #ebc7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc7ac


Comments

No comments written yet.

Please login to write comment.