Color Hex Logo

#ebdcdd Color Hex

#EBDCDD
(235,220,221)
0 Favorites   0 Comments

Color spaces of #ebdcdd

RGB 235220221
HSL0.990.270.89
HSV356°92°
CMYK 0.000.060.06   0.08
XYZ72.905374.069078.8608
Yxy74.06900.32280.3280
Hunter Lab86.06330.59865.9163
CIE-Lab88.95515.30321.3471

#ebdcdd color RGB value is (235,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11011101
Octal 353 334 335
Decimal 235 220 221
Hex EB DC DD

RGB Percentages of Color #ebdcdd

%34.76
%32.54
%32.69

CMYK Percentages of Color #ebdcdd

%0
%6
%6
%8

Triadic Colors of #ebdcdd

#ebdcdd #ddebdc #dcddeb

Analogous Colors of #ebdcdd

#ebdcdd #ebe3dc #ebdce5

Monochromatic Colors of #ebdcdd

#ebdcdd

Complementary Color

#ebdcdd #dcebea

#ebdcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcdd Color CSS Codes

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

#ebdcdd Text Font Color

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

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


#ebdcdd Background Color

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

This div background color is #ebdcdd


#ebdcdd Border Color

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

This div border color is #ebdcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcdd


Comments

No comments written yet.

Please login to write comment.