Color Hex Logo

#ebc5eb Color Hex

#EBC5EB
(235,197,235)
0 Favorites   0 Comments

Color spaces of #ebc5eb

RGB 235197235
HSL0.830.490.85
HSV300°16°92°
CMYK 0.000.160.00   0.08
XYZ69.222663.592887.2235
Yxy63.59280.31460.2890
Hunter Lab79.745115.3927-9.0286
CIE-Lab83.753319.8845-13.7583

#ebc5eb color RGB value is (235,197,235).

#ebc5eb hex color red value is 235, green value is 197 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebc5eb hue: 0.83 , saturation: 0.49 and the lightness value of ebc5eb is 0.85.

The process color (four color CMYK) of #ebc5eb color hex is 0.00, 0.16, 0.00, 0.08. Web safe color of #ebc5eb is #ffccff. Color #ebc5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 11101011
Octal 353 305 353
Decimal 235 197 235
Hex EB C5 EB

RGB Percentages of Color #ebc5eb

%35.23
%29.54
%35.23

CMYK Percentages of Color #ebc5eb

%0
%16
%0
%8

Triadic Colors of #ebc5eb

#ebc5eb #ebebc5 #c5ebeb

Analogous Colors of #ebc5eb

#ebc5eb #ebc5d8 #d8c5eb

Monochromatic Colors of #ebc5eb

#ebc5eb

Complementary Color

#ebc5eb #c5ebc5

#ebc5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc5eb Color CSS Codes

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

#ebc5eb Text Font Color

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

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


#ebc5eb Background Color

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

This div background color is #ebc5eb


#ebc5eb Border Color

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

This div border color is #ebc5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc5eb

#ebc5eb Color Palettes


Comments

No comments written yet.

Please login to write comment.