Color Hex Logo

#ebd4dd Color Hex

#EBD4DD
(235,212,221)
0 Favorites   0 Comments

Color spaces of #ebd4dd

RGB 235212221
HSL0.930.370.88
HSV337°10°92°
CMYK 0.000.100.06   0.08
XYZ70.855669.969678.1776
Yxy69.96960.32350.3195
Hunter Lab83.64784.81843.1408
CIE-Lab86.98209.4779-1.5347

#ebd4dd color RGB value is (235,212,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 11011101
Octal 353 324 335
Decimal 235 212 221
Hex EB D4 DD

RGB Percentages of Color #ebd4dd

%35.18
%31.74
%33.08

CMYK Percentages of Color #ebd4dd

%0
%10
%6
%8

Triadic Colors of #ebd4dd

#ebd4dd #ddebd4 #d4ddeb

Analogous Colors of #ebd4dd

#ebd4dd #ebd7d4 #ebd4e9

Monochromatic Colors of #ebd4dd

#ebd4dd

Complementary Color

#ebd4dd #d4ebe2

#ebd4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd4dd Color CSS Codes

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

#ebd4dd Text Font Color

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

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


#ebd4dd Background Color

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

This div background color is #ebd4dd


#ebd4dd Border Color

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

This div border color is #ebd4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd4dd


Comments

No comments written yet.

Please login to write comment.