Color Hex Logo

#ebeaca Color Hex

#EBEACA
(235,234,202)
0 Favorites   0 Comments

Color spaces of #ebeaca

RGB 235234202
HSL0.160.450.86
HSV58°14°92°
CMYK 0.000.000.14   0.08
XYZ74.344480.772167.5493
Yxy80.77210.33390.3628
Hunter Lab89.8733-9.620718.3486
CIE-Lab92.0302-4.959615.6833

#ebeaca color RGB value is (235,234,202).

#ebeaca hex color red value is 235, green value is 234 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebeaca hue: 0.16 , saturation: 0.45 and the lightness value of ebeaca is 0.86.

The process color (four color CMYK) of #ebeaca color hex is 0.00, 0.00, 0.14, 0.08. Web safe color of #ebeaca is #ffffcc. Color #ebeaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11001010
Octal 353 352 312
Decimal 235 234 202
Hex EB EA CA

RGB Percentages of Color #ebeaca

%35.02
%34.87
%30.10

CMYK Percentages of Color #ebeaca

%0
%0
%14
%8

Triadic Colors of #ebeaca

#ebeaca #caebea #eacaeb

Analogous Colors of #ebeaca

#ebeaca #dcebca #ebdaca

Monochromatic Colors of #ebeaca

#ebeaca

Complementary Color

#ebeaca #cacbeb

#ebeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaca Color CSS Codes

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

#ebeaca Text Font Color

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

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


#ebeaca Background Color

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

This div background color is #ebeaca


#ebeaca Border Color

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

This div border color is #ebeaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,234,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebeaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaca


Comments

No comments written yet.

Please login to write comment.