Color Hex Logo

#ebd6de Color Hex

#EBD6DE
(235,214,222)
0 Favorites   0 Comments

Color spaces of #ebd6de

RGB 235214222
HSL0.940.340.88
HSV337°92°
CMYK 0.000.090.06   0.08
XYZ71.492371.029279.0492
Yxy71.02920.32270.3206
Hunter Lab84.27883.93063.3842
CIE-Lab87.49928.6023-1.3060

#ebd6de color RGB value is (235,214,222).

#ebd6de hex color red value is 235, green value is 214 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ebd6de hue: 0.94 , saturation: 0.34 and the lightness value of ebd6de is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 11011110
Octal 353 326 336
Decimal 235 214 222
Hex EB D6 DE

RGB Percentages of Color #ebd6de

%35.02
%31.89
%33.08

CMYK Percentages of Color #ebd6de

%0
%9
%6
%8

Triadic Colors of #ebd6de

#ebd6de #deebd6 #d6deeb

Analogous Colors of #ebd6de

#ebd6de #ebd9d6 #ebd6e9

Monochromatic Colors of #ebd6de

#ebd6de

Complementary Color

#ebd6de #d6ebe3

#ebd6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6de Color CSS Codes

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

#ebd6de Text Font Color

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

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


#ebd6de Background Color

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

This div background color is #ebd6de


#ebd6de Border Color

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

This div border color is #ebd6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6de


Comments

No comments written yet.

Please login to write comment.