Color Hex Logo

#ebe2ce Color Hex

#EBE2CE
(235,226,206)
0 Favorites   0 Comments

Color spaces of #ebe2ce

RGB 235226206
HSL0.110.420.86
HSV41°12°92°
CMYK 0.000.040.12   0.08
XYZ72.597976.511169.3343
Yxy76.51110.33230.3503
Hunter Lab87.4706-4.924114.2327
CIE-Lab90.0961-0.259210.8593

#ebe2ce color RGB value is (235,226,206).

#ebe2ce hex color red value is 235, green value is 226 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebe2ce hue: 0.11 , saturation: 0.42 and the lightness value of ebe2ce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 11001110
Octal 353 342 316
Decimal 235 226 206
Hex EB E2 CE

RGB Percentages of Color #ebe2ce

%35.23
%33.88
%30.88

CMYK Percentages of Color #ebe2ce

%0
%4
%12
%8

Triadic Colors of #ebe2ce

#ebe2ce #ceebe2 #e2ceeb

Analogous Colors of #ebe2ce

#ebe2ce #e6ebce #ebd4ce

Monochromatic Colors of #ebe2ce

#ebe2ce

Complementary Color

#ebe2ce #ced7eb

#ebe2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe2ce Color CSS Codes

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

#ebe2ce Text Font Color

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

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


#ebe2ce Background Color

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

This div background color is #ebe2ce


#ebe2ce Border Color

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

This div border color is #ebe2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe2ce

#ebe2ce Color Palettes


Comments

No comments written yet.

Please login to write comment.