Color Hex Logo

#ebdeda Color Hex

#EBDEDA
(235,222,218)
0 Favorites   0 Comments

Color spaces of #ebdeda

RGB 235222218
HSL0.040.300.89
HSV14°92°
CMYK 0.000.060.07   0.08
XYZ73.037174.966776.9502
Yxy74.96670.32470.3333
Hunter Lab86.5833-0.94767.9148
CIE-Lab89.37743.75853.5376

#ebdeda color RGB value is (235,222,218).

#ebdeda hex color red value is 235, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebdeda hue: 0.04 , saturation: 0.30 and the lightness value of ebdeda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11011010
Octal 353 336 332
Decimal 235 222 218
Hex EB DE DA

RGB Percentages of Color #ebdeda

%34.81
%32.89
%32.30

CMYK Percentages of Color #ebdeda

%0
%6
%7
%8

Triadic Colors of #ebdeda

#ebdeda #daebde #dedaeb

Analogous Colors of #ebdeda

#ebdeda #ebe7da #ebdadf

Monochromatic Colors of #ebdeda

#ebdeda

Complementary Color

#ebdeda #dae7eb

#ebdeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdeda Color CSS Codes

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

#ebdeda Text Font Color

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

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


#ebdeda Background Color

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

This div background color is #ebdeda


#ebdeda Border Color

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

This div border color is #ebdeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdeda


Comments

No comments written yet.

Please login to write comment.