Color Hex Logo

#ebc6ce Color Hex

#EBC6CE
(235,198,206)
0 Favorites   0 Comments

Color spaces of #ebc6ce

RGB 235198206
HSL0.960.480.85
HSV347°16°92°
CMYK 0.000.160.12   0.08
XYZ65.595662.506667.0002
Yxy62.50660.33620.3204
Hunter Lab79.06119.74135.0976
CIE-Lab83.182114.34830.8915

#ebc6ce color RGB value is (235,198,206).

#ebc6ce hex color red value is 235, green value is 198 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebc6ce hue: 0.96 , saturation: 0.48 and the lightness value of ebc6ce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 11001110
Octal 353 306 316
Decimal 235 198 206
Hex EB C6 CE

RGB Percentages of Color #ebc6ce

%36.78
%30.99
%32.24

CMYK Percentages of Color #ebc6ce

%0
%16
%12
%8

Triadic Colors of #ebc6ce

#ebc6ce #ceebc6 #c6ceeb

Analogous Colors of #ebc6ce

#ebc6ce #ebd1c6 #ebc6e1

Monochromatic Colors of #ebc6ce

#ebc6ce

Complementary Color

#ebc6ce #c6ebe3

#ebc6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc6ce Color CSS Codes

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

#ebc6ce Text Font Color

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

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


#ebc6ce Background Color

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

This div background color is #ebc6ce


#ebc6ce Border Color

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

This div border color is #ebc6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc6ce


Comments

No comments written yet.

Please login to write comment.