Color Hex Logo

#ebdbde Color Hex

#EBDBDE
(235,219,222)
0 Favorites   0 Comments

Color spaces of #ebdbde

RGB 235219222
HSL0.970.290.89
HSV349°92°
CMYK 0.000.070.06   0.08
XYZ72.777373.599179.4775
Yxy73.59910.32220.3259
Hunter Lab85.78991.29285.1255
CIE-Lab88.73275.99390.4966

#ebdbde color RGB value is (235,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11011110
Octal 353 333 336
Decimal 235 219 222
Hex EB DB DE

RGB Percentages of Color #ebdbde

%34.76
%32.40
%32.84

CMYK Percentages of Color #ebdbde

%0
%7
%6
%8

Triadic Colors of #ebdbde

#ebdbde #deebdb #dbdeeb

Analogous Colors of #ebdbde

#ebdbde #ebe0db #ebdbe6

Monochromatic Colors of #ebdbde

#ebdbde

Complementary Color

#ebdbde #dbebe8

#ebdbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbde Color CSS Codes

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

#ebdbde Text Font Color

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

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


#ebdbde Background Color

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

This div background color is #ebdbde


#ebdbde Border Color

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

This div border color is #ebdbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbde


Comments

No comments written yet.

Please login to write comment.