Color Hex Logo

#ebd3de Color Hex

#EBD3DE
(235,211,222)
0 Favorites   0 Comments

Color spaces of #ebd3de

RGB 235211222
HSL0.920.380.87
HSV333°10°92°
CMYK 0.000.100.06   0.08
XYZ70.740069.524678.7984
Yxy69.52460.32290.3174
Hunter Lab83.38145.52022.3358
CIE-Lab86.763210.1742-2.3847

#ebd3de color RGB value is (235,211,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 11011110
Octal 353 323 336
Decimal 235 211 222
Hex EB D3 DE

RGB Percentages of Color #ebd3de

%35.18
%31.59
%33.23

CMYK Percentages of Color #ebd3de

%0
%10
%6
%8

Triadic Colors of #ebd3de

#ebd3de #deebd3 #d3deeb

Analogous Colors of #ebd3de

#ebd3de #ebd4d3 #ebd3ea

Monochromatic Colors of #ebd3de

#ebd3de

Complementary Color

#ebd3de #d3ebe0

#ebd3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd3de Color CSS Codes

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

#ebd3de Text Font Color

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

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


#ebd3de Background Color

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

This div background color is #ebd3de


#ebd3de Border Color

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

This div border color is #ebd3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd3de


Comments

No comments written yet.

Please login to write comment.