Color Hex Logo

#ebe5db Color Hex

#EBE5DB
(235,229,219)
0 Favorites   0 Comments

Color spaces of #ebe5db

RGB 235229219
HSL0.100.290.89
HSV38°92°
CMYK 0.000.030.07   0.08
XYZ75.066478.815378.2743
Yxy78.81530.32330.3395
Hunter Lab88.7780-4.43049.8694
CIE-Lab91.15070.31805.5789

#ebe5db color RGB value is (235,229,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 11011011
Octal 353 345 333
Decimal 235 229 219
Hex EB E5 DB

RGB Percentages of Color #ebe5db

%34.41
%33.53
%32.06

CMYK Percentages of Color #ebe5db

%0
%3
%7
%8

Triadic Colors of #ebe5db

#ebe5db #dbebe5 #e5dbeb

Analogous Colors of #ebe5db

#ebe5db #e9ebdb #ebdddb

Monochromatic Colors of #ebe5db

#ebe5db

Complementary Color

#ebe5db #dbe1eb

#ebe5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe5db Color CSS Codes

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

#ebe5db Text Font Color

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

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


#ebe5db Background Color

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

This div background color is #ebe5db


#ebe5db Border Color

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

This div border color is #ebe5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe5db


Comments

No comments written yet.

Please login to write comment.