Color Hex Logo

#ebc8ce Color Hex

#EBC8CE
(235,200,206)
1 Favorites   0 Comments

Color spaces of #ebc8ce

RGB 235200206
HSL0.970.470.85
HSV350°15°92°
CMYK 0.000.150.12   0.08
XYZ66.055863.427067.1536
Yxy63.42700.33590.3226
Hunter Lab79.64118.67945.7552
CIE-Lab83.666513.29111.5970

#ebc8ce color RGB value is (235,200,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 11001110
Octal 353 310 316
Decimal 235 200 206
Hex EB C8 CE

RGB Percentages of Color #ebc8ce

%36.66
%31.20
%32.14

CMYK Percentages of Color #ebc8ce

%0
%15
%12
%8

Triadic Colors of #ebc8ce

#ebc8ce #ceebc8 #c8ceeb

Analogous Colors of #ebc8ce

#ebc8ce #ebd4c8 #ebc8e0

Monochromatic Colors of #ebc8ce

#ebc8ce

Complementary Color

#ebc8ce #c8ebe5

#ebc8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc8ce Color CSS Codes

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

#ebc8ce Text Font Color

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

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


#ebc8ce Background Color

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

This div background color is #ebc8ce


#ebc8ce Border Color

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

This div border color is #ebc8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc8ce


Comments

No comments written yet.

Please login to write comment.