Color Hex Logo

#ebd2de Color Hex

#EBD2DE
(235,210,222)
0 Favorites   0 Comments

Color spaces of #ebd2de

RGB 235210222
HSL0.920.380.87
HSV331°11°92°
CMYK 0.000.110.06   0.08
XYZ70.492469.029378.7159
Yxy69.02930.32300.3163
Hunter Lab83.08396.05131.9858
CIE-Lab86.518610.6993-2.7437

#ebd2de color RGB value is (235,210,222).

#ebd2de hex color red value is 235, green value is 210 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ebd2de hue: 0.92 , saturation: 0.38 and the lightness value of ebd2de is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 11011110
Octal 353 322 336
Decimal 235 210 222
Hex EB D2 DE

RGB Percentages of Color #ebd2de

%35.23
%31.48
%33.28

CMYK Percentages of Color #ebd2de

%0
%11
%6
%8

Triadic Colors of #ebd2de

#ebd2de #deebd2 #d2deeb

Analogous Colors of #ebd2de

#ebd2de #ebd3d2 #ebd2eb

Monochromatic Colors of #ebd2de

#ebd2de

Complementary Color

#ebd2de #d2ebdf

#ebd2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2de Color CSS Codes

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

#ebd2de Text Font Color

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

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


#ebd2de Background Color

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

This div background color is #ebd2de


#ebd2de Border Color

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

This div border color is #ebd2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2de


Comments

No comments written yet.

Please login to write comment.