Color Hex Logo

#ebd4dc Color Hex

#EBD4DC
(235,212,220)
0 Favorites   0 Comments

Color spaces of #ebd4dc

RGB 235212220
HSL0.940.370.88
HSV339°10°92°
CMYK 0.000.100.06   0.08
XYZ70.722769.916477.4779
Yxy69.91640.32420.3205
Hunter Lab83.61604.64783.5936
CIE-Lab86.95589.3068-1.0438

#ebd4dc color RGB value is (235,212,220).

#ebd4dc hex color red value is 235, green value is 212 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebd4dc hue: 0.94 , saturation: 0.37 and the lightness value of ebd4dc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 11011100
Octal 353 324 334
Decimal 235 212 220
Hex EB D4 DC

RGB Percentages of Color #ebd4dc

%35.23
%31.78
%32.98

CMYK Percentages of Color #ebd4dc

%0
%10
%6
%8

Triadic Colors of #ebd4dc

#ebd4dc #dcebd4 #d4dceb

Analogous Colors of #ebd4dc

#ebd4dc #ebd8d4 #ebd4e8

Monochromatic Colors of #ebd4dc

#ebd4dc

Complementary Color

#ebd4dc #d4ebe3

#ebd4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd4dc Color CSS Codes

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

#ebd4dc Text Font Color

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

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


#ebd4dc Background Color

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

This div background color is #ebd4dc


#ebd4dc Border Color

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

This div border color is #ebd4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd4dc


Comments

No comments written yet.

Please login to write comment.