Color Hex Logo

#ebddde Color Hex

#EBDDDE
(235,221,222)
0 Favorites   0 Comments

Color spaces of #ebddde

RGB 235221222
HSL0.990.260.89
HSV356°92°
CMYK 0.000.060.06   0.08
XYZ73.302274.649079.6525
Yxy74.64900.32210.3280
Hunter Lab86.39970.24155.8199
CIE-Lab89.22834.95451.2192

#ebddde color RGB value is (235,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11011110
Octal 353 335 336
Decimal 235 221 222
Hex EB DD DE

RGB Percentages of Color #ebddde

%34.66
%32.60
%32.74

CMYK Percentages of Color #ebddde

%0
%6
%6
%8

Triadic Colors of #ebddde

#ebddde #deebdd #dddeeb

Analogous Colors of #ebddde

#ebddde #ebe3dd #ebdde5

Monochromatic Colors of #ebddde

#ebddde

Complementary Color

#ebddde #ddebea

#ebddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddde Color CSS Codes

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

#ebddde Text Font Color

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

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


#ebddde Background Color

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

This div background color is #ebddde


#ebddde Border Color

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

This div border color is #ebddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddde


Comments

No comments written yet.

Please login to write comment.