Color Hex Logo

#ebcecc Color Hex

#EBCECC
(235,206,204)
0 Favorites   0 Comments

Color spaces of #ebcecc

RGB 235206204
HSL0.010.440.86
HSV13°92°
CMYK 0.000.120.13   0.08
XYZ67.231366.164466.3543
Yxy66.16440.33660.3312
Hunter Lab81.34155.18828.5733
CIE-Lab85.08029.80954.7125

#ebcecc color RGB value is (235,206,204).

#ebcecc hex color red value is 235, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebcecc hue: 0.01 , saturation: 0.44 and the lightness value of ebcecc is 0.86.

The process color (four color CMYK) of #ebcecc color hex is 0.00, 0.12, 0.13, 0.08. Web safe color of #ebcecc is #ffcccc. Color #ebcecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11001100
Octal 353 316 314
Decimal 235 206 204
Hex EB CE CC

RGB Percentages of Color #ebcecc

%36.43
%31.94
%31.63

CMYK Percentages of Color #ebcecc

%0
%12
%13
%8

Triadic Colors of #ebcecc

#ebcecc #ccebce #cecceb

Analogous Colors of #ebcecc

#ebcecc #ebdecc #ebccda

Monochromatic Colors of #ebcecc

#ebcecc

Complementary Color

#ebcecc #cce9eb

#ebcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcecc Color CSS Codes

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

#ebcecc Text Font Color

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

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


#ebcecc Background Color

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

This div background color is #ebcecc


#ebcecc Border Color

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

This div border color is #ebcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcecc


Comments

No comments written yet.

Please login to write comment.