Color Hex Logo

#ebd3da Color Hex

#EBD3DA
(235,211,218)
0 Favorites   0 Comments

Color spaces of #ebd3da

RGB 235211218
HSL0.950.380.87
HSV343°10°92°
CMYK 0.000.100.07   0.08
XYZ70.210169.312776.0079
Yxy69.31270.32580.3216
Hunter Lab83.25424.83804.1485
CIE-Lab86.65879.4905-0.4197

#ebd3da color RGB value is (235,211,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 11011010
Octal 353 323 332
Decimal 235 211 218
Hex EB D3 DA

RGB Percentages of Color #ebd3da

%35.39
%31.78
%32.83

CMYK Percentages of Color #ebd3da

%0
%10
%7
%8

Triadic Colors of #ebd3da

#ebd3da #daebd3 #d3daeb

Analogous Colors of #ebd3da

#ebd3da #ebd8d3 #ebd3e6

Monochromatic Colors of #ebd3da

#ebd3da

Complementary Color

#ebd3da #d3ebe4

#ebd3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd3da Color CSS Codes

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

#ebd3da Text Font Color

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

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


#ebd3da Background Color

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

This div background color is #ebd3da


#ebd3da Border Color

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

This div border color is #ebd3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd3da


Comments

No comments written yet.

Please login to write comment.