Color Hex Logo

#ebc0ce Color Hex

#EBC0CE
(235,192,206)
0 Favorites   0 Comments

Color spaces of #ebc0ce

RGB 235192206
HSL0.950.520.84
HSV340°18°92°
CMYK 0.000.180.12   0.08
XYZ64.251259.817766.5521
Yxy59.81770.33710.3138
Hunter Lab77.341912.93923.1208
CIE-Lab81.739017.5291-1.2165

#ebc0ce color RGB value is (235,192,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000000 11001110
Octal 353 300 316
Decimal 235 192 206
Hex EB C0 CE

RGB Percentages of Color #ebc0ce

%37.12
%30.33
%32.54

CMYK Percentages of Color #ebc0ce

%0
%18
%12
%8

Triadic Colors of #ebc0ce

#ebc0ce #ceebc0 #c0ceeb

Analogous Colors of #ebc0ce

#ebc0ce #ebc8c0 #ebc0e4

Monochromatic Colors of #ebc0ce

#ebc0ce

Complementary Color

#ebc0ce #c0ebdd

#ebc0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc0ce Color CSS Codes

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

#ebc0ce Text Font Color

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

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


#ebc0ce Background Color

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

This div background color is #ebc0ce


#ebc0ce Border Color

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

This div border color is #ebc0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc0ce


Comments

No comments written yet.

Please login to write comment.