Color Hex Logo

#ebc4ce Color Hex

#EBC4CE
(235,196,206)
0 Favorites   0 Comments

Color spaces of #ebc4ce

RGB 235196206
HSL0.960.490.85
HSV345°17°92°
CMYK 0.000.170.12   0.08
XYZ65.141561.598366.8488
Yxy61.59830.33650.3182
Hunter Lab78.484610.80544.4393
CIE-Lab82.699315.40720.1873

#ebc4ce color RGB value is (235,196,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 11001110
Octal 353 304 316
Decimal 235 196 206
Hex EB C4 CE

RGB Percentages of Color #ebc4ce

%36.89
%30.77
%32.34

CMYK Percentages of Color #ebc4ce

%0
%17
%12
%8

Triadic Colors of #ebc4ce

#ebc4ce #ceebc4 #c4ceeb

Analogous Colors of #ebc4ce

#ebc4ce #ebcec4 #ebc4e2

Monochromatic Colors of #ebc4ce

#ebc4ce

Complementary Color

#ebc4ce #c4ebe1

#ebc4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc4ce Color CSS Codes

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

#ebc4ce Text Font Color

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

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


#ebc4ce Background Color

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

This div background color is #ebc4ce


#ebc4ce Border Color

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

This div border color is #ebc4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc4ce


Comments

No comments written yet.

Please login to write comment.