Color Hex Logo

#ebd5db Color Hex

#EBD5DB
(235,213,219)
0 Favorites   0 Comments

Color spaces of #ebd5db

RGB 235213219
HSL0.950.350.88
HSV344°92°
CMYK 0.000.090.07   0.08
XYZ70.841470.365176.8659
Yxy70.36510.32490.3227
Hunter Lab83.88393.94954.3891
CIE-Lab87.17568.6128-0.1935

#ebd5db color RGB value is (235,213,219).

#ebd5db hex color red value is 235, green value is 213 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebd5db hue: 0.95 , saturation: 0.35 and the lightness value of ebd5db is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 11011011
Octal 353 325 333
Decimal 235 213 219
Hex EB D5 DB

RGB Percentages of Color #ebd5db

%35.23
%31.93
%32.83

CMYK Percentages of Color #ebd5db

%0
%9
%7
%8

Triadic Colors of #ebd5db

#ebd5db #dbebd5 #d5dbeb

Analogous Colors of #ebd5db

#ebd5db #ebdad5 #ebd5e6

Monochromatic Colors of #ebd5db

#ebd5db

Complementary Color

#ebd5db #d5ebe5

#ebd5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd5db Color CSS Codes

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

#ebd5db Text Font Color

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

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


#ebd5db Background Color

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

This div background color is #ebd5db


#ebd5db Border Color

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

This div border color is #ebd5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd5db


Comments

No comments written yet.

Please login to write comment.