Color Hex Logo

#ebc2da Color Hex

#EBC2DA
(235,194,218)
0 Favorites   0 Comments

Color spaces of #ebc2da

RGB 235194218
HSL0.900.510.84
HSV325°17°92°
CMYK 0.000.170.07   0.08
XYZ66.207661.307774.6737
Yxy61.30770.32750.3032
Hunter Lab78.299213.9109-1.7352
CIE-Lab82.543918.4692-6.4699

#ebc2da color RGB value is (235,194,218).

#ebc2da hex color red value is 235, green value is 194 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebc2da hue: 0.90 , saturation: 0.51 and the lightness value of ebc2da is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 11011010
Octal 353 302 332
Decimal 235 194 218
Hex EB C2 DA

RGB Percentages of Color #ebc2da

%36.32
%29.98
%33.69

CMYK Percentages of Color #ebc2da

%0
%17
%7
%8

Triadic Colors of #ebc2da

#ebc2da #daebc2 #c2daeb

Analogous Colors of #ebc2da

#ebc2da #ebc2c6 #e8c2eb

Monochromatic Colors of #ebc2da

#ebc2da

Complementary Color

#ebc2da #c2ebd3

#ebc2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2da Color CSS Codes

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

#ebc2da Text Font Color

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

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


#ebc2da Background Color

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

This div background color is #ebc2da


#ebc2da Border Color

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

This div border color is #ebc2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2da


Comments

No comments written yet.

Please login to write comment.