Color Hex Logo

#ebd2dc Color Hex

#EBD2DC
(235,210,220)
0 Favorites   0 Comments

Color spaces of #ebd2dc

RGB 235210220
HSL0.930.380.87
HSV336°11°92°
CMYK 0.000.110.06   0.08
XYZ70.225868.922777.3123
Yxy68.92270.32440.3184
Hunter Lab83.01975.70752.8998
CIE-Lab86.465810.3556-1.7615

#ebd2dc color RGB value is (235,210,220).

#ebd2dc hex color red value is 235, green value is 210 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebd2dc hue: 0.93 , saturation: 0.38 and the lightness value of ebd2dc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 11011100
Octal 353 322 334
Decimal 235 210 220
Hex EB D2 DC

RGB Percentages of Color #ebd2dc

%35.34
%31.58
%33.08

CMYK Percentages of Color #ebd2dc

%0
%11
%6
%8

Triadic Colors of #ebd2dc

#ebd2dc #dcebd2 #d2dceb

Analogous Colors of #ebd2dc

#ebd2dc #ebd5d2 #ebd2e9

Monochromatic Colors of #ebd2dc

#ebd2dc

Complementary Color

#ebd2dc #d2ebe1

#ebd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd2dc Color CSS Codes

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

#ebd2dc Text Font Color

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

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


#ebd2dc Background Color

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

This div background color is #ebd2dc


#ebd2dc Border Color

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

This div border color is #ebd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd2dc

#ebd2dc Color Palettes


Comments

No comments written yet.

Please login to write comment.