Color Hex Logo

#ebdddc Color Hex

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

Color spaces of #ebdddc

RGB 235221220
HSL0.010.270.89
HSV92°
CMYK 0.000.060.06   0.08
XYZ73.035774.542478.2489
Yxy74.54240.32340.3301
Hunter Lab86.3379-0.09326.7015
CIE-Lab89.17824.61412.1976

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

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

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

Base Numbers

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

RGB Percentages of Color #ebdddc

%34.76
%32.69
%32.54

CMYK Percentages of Color #ebdddc

%0
%6
%6
%8

Triadic Colors of #ebdddc

#ebdddc #dcebdd #dddceb

Analogous Colors of #ebdddc

#ebdddc #ebe5dc #ebdce3

Monochromatic Colors of #ebdddc

#ebdddc

Complementary Color

#ebdddc #dceaeb

#ebdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdddc Color CSS Codes

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

#ebdddc Text Font Color

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

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


#ebdddc Background Color

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

This div background color is #ebdddc


#ebdddc Border Color

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

This div border color is #ebdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdddc


Comments

No comments written yet.

Please login to write comment.