Color Hex Logo

#ebceac Color Hex

#EBCEAC
(235,206,172)
0 Favorites   0 Comments

Color spaces of #ebceac

RGB 235206172
HSL0.090.610.80
HSV32°27°92°
CMYK 0.000.120.27   0.08
XYZ63.778764.783348.1727
Yxy64.78330.36090.3666
Hunter Lab80.48810.589220.8562
CIE-Lab84.37195.101820.6579

#ebceac color RGB value is (235,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 10101100
Octal 353 316 254
Decimal 235 206 172
Hex EB CE AC

RGB Percentages of Color #ebceac

%38.34
%33.61
%28.06

CMYK Percentages of Color #ebceac

%0
%12
%27
%8

Triadic Colors of #ebceac

#ebceac #acebce #ceaceb

Analogous Colors of #ebceac

#ebceac #e9ebac #ebafac

Monochromatic Colors of #ebceac

#ebceac

Complementary Color

#ebceac #acc9eb

#ebceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebceac Color CSS Codes

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

#ebceac Text Font Color

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

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


#ebceac Background Color

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

This div background color is #ebceac


#ebceac Border Color

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

This div border color is #ebceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebceac


Comments

No comments written yet.

Please login to write comment.