Color Hex Logo

#ebe0db Color Hex

#EBE0DB
(235,224,219)
0 Favorites   0 Comments

Color spaces of #ebe0db

RGB 235224219
HSL0.050.290.89
HSV19°92°
CMYK 0.000.050.07   0.08
XYZ73.702876.087977.8197
Yxy76.08790.32380.3343
Hunter Lab87.2284-1.82788.1650
CIE-Lab89.90012.89253.7704

#ebe0db color RGB value is (235,224,219).

#ebe0db hex color red value is 235, green value is 224 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebe0db hue: 0.05 , saturation: 0.29 and the lightness value of ebe0db is 0.89.

The process color (four color CMYK) of #ebe0db color hex is 0.00, 0.05, 0.07, 0.08. Web safe color of #ebe0db is #ffcccc. Color #ebe0db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 11011011
Octal 353 340 333
Decimal 235 224 219
Hex EB E0 DB

RGB Percentages of Color #ebe0db

%34.66
%33.04
%32.30

CMYK Percentages of Color #ebe0db

%0
%5
%7
%8

Triadic Colors of #ebe0db

#ebe0db #dbebe0 #e0dbeb

Analogous Colors of #ebe0db

#ebe0db #ebe8db #ebdbde

Monochromatic Colors of #ebe0db

#ebe0db

Complementary Color

#ebe0db #dbe6eb

#ebe0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe0db Color CSS Codes

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

#ebe0db Text Font Color

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

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


#ebe0db Background Color

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

This div background color is #ebe0db


#ebe0db Border Color

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

This div border color is #ebe0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe0db

#ebe0db Color Palettes


Comments

No comments written yet.

Please login to write comment.