Color Hex Logo

#ebd9ac Color Hex

#EBD9AC
(235,217,172)
1 Favorites   0 Comments

Color spaces of #ebd9ac

RGB 235217172
HSL0.120.610.80
HSV43°27°92°
CMYK 0.000.080.27   0.08
XYZ66.520270.266449.0865
Yxy70.26640.35790.3780
Hunter Lab83.8251-5.043423.9583
CIE-Lab87.1274-0.590724.4510

#ebd9ac color RGB value is (235,217,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 10101100
Octal 353 331 254
Decimal 235 217 172
Hex EB D9 AC

RGB Percentages of Color #ebd9ac

%37.66
%34.78
%27.56

CMYK Percentages of Color #ebd9ac

%0
%8
%27
%8

Triadic Colors of #ebd9ac

#ebd9ac #acebd9 #d9aceb

Analogous Colors of #ebd9ac

#ebd9ac #deebac #ebbaac

Monochromatic Colors of #ebd9ac

#ebd9ac

Complementary Color

#ebd9ac #acbeeb

#ebd9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9ac Color CSS Codes

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

#ebd9ac Text Font Color

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

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


#ebd9ac Background Color

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

This div background color is #ebd9ac


#ebd9ac Border Color

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

This div border color is #ebd9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9ac

#ebd9ac Color Palettes


Comments

No comments written yet.

Please login to write comment.