Color Hex Logo

#ebeadc Color Hex

#EBEADC
(235,234,220)
0 Favorites   0 Comments

Color spaces of #ebeadc

RGB 235234220
HSL0.160.270.89
HSV56°92°
CMYK 0.000.000.06   0.08
XYZ76.602081.675179.4377
Yxy81.67510.32220.3436
Hunter Lab90.3743-6.856911.1469
CIE-Lab92.4313-2.07176.9036

#ebeadc color RGB value is (235,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11011100
Octal 353 352 334
Decimal 235 234 220
Hex EB EA DC

RGB Percentages of Color #ebeadc

%34.11
%33.96
%31.93

CMYK Percentages of Color #ebeadc

%0
%0
%6
%8

Triadic Colors of #ebeadc

#ebeadc #dcebea #eadceb

Analogous Colors of #ebeadc

#ebeadc #e5ebdc #ebe3dc

Monochromatic Colors of #ebeadc

#ebeadc

Complementary Color

#ebeadc #dcddeb

#ebeadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeadc Color CSS Codes

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

#ebeadc Text Font Color

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

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


#ebeadc Background Color

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

This div background color is #ebeadc


#ebeadc Border Color

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

This div border color is #ebeadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeadc

#ebeadc Color Palettes


Comments

No comments written yet.

Please login to write comment.