Color Hex Logo

#ebac8c Color Hex

#EBAC8C
(235,172,140)
0 Favorites   0 Comments

Color spaces of #ebac8c

RGB 235172140
HSL0.060.700.74
HSV20°40°92°
CMYK 0.000.270.40   0.08
XYZ53.747149.060731.4478
Yxy49.06070.40030.3654
Hunter Lab70.043314.394422.4105
CIE-Lab75.489119.118825.5372

#ebac8c color RGB value is (235,172,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10001100
Octal 353 254 214
Decimal 235 172 140
Hex EB AC 8C

RGB Percentages of Color #ebac8c

%42.96
%31.44
%25.59

CMYK Percentages of Color #ebac8c

%0
%27
%40
%8

Triadic Colors of #ebac8c

#ebac8c #8cebac #ac8ceb

Analogous Colors of #ebac8c

#ebac8c #ebdc8c #eb8c9c

Monochromatic Colors of #ebac8c

#ebac8c

Complementary Color

#ebac8c #8ccbeb

#ebac8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac8c Color CSS Codes

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

#ebac8c Text Font Color

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

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


#ebac8c Background Color

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

This div background color is #ebac8c


#ebac8c Border Color

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

This div border color is #ebac8c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,172,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebac8c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac8c

#ebac8c Color Palettes


Comments

No comments written yet.

Please login to write comment.