Color Hex Logo

#ebc2ce Color Hex

#EBC2CE
(235,194,206)
0 Favorites   0 Comments

Color spaces of #ebc2ce

RGB 235194206
HSL0.950.510.84
HSV342°17°92°
CMYK 0.000.170.12   0.08
XYZ64.693360.702066.6995
Yxy60.70200.33680.3160
Hunter Lab77.911511.87123.7803
CIE-Lab82.218316.4674-0.5154

#ebc2ce color RGB value is (235,194,206).

#ebc2ce hex color red value is 235, green value is 194 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebc2ce hue: 0.95 , saturation: 0.51 and the lightness value of ebc2ce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 11001110
Octal 353 302 316
Decimal 235 194 206
Hex EB C2 CE

RGB Percentages of Color #ebc2ce

%37.01
%30.55
%32.44

CMYK Percentages of Color #ebc2ce

%0
%17
%12
%8

Triadic Colors of #ebc2ce

#ebc2ce #ceebc2 #c2ceeb

Analogous Colors of #ebc2ce

#ebc2ce #ebcbc2 #ebc2e3

Monochromatic Colors of #ebc2ce

#ebc2ce

Complementary Color

#ebc2ce #c2ebdf

#ebc2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2ce Color CSS Codes

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

#ebc2ce Text Font Color

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

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


#ebc2ce Background Color

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

This div background color is #ebc2ce


#ebc2ce Border Color

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

This div border color is #ebc2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2ce


Comments

No comments written yet.

Please login to write comment.