Color Hex Logo

#ebc5fd Color Hex

#EBC5FD
(235,197,253)
0 Favorites   0 Comments

Color spaces of #ebc5fd

RGB 235197253
HSL0.780.930.88
HSV281°22°99°
CMYK 0.070.220.00   0.01
XYZ71.956864.6865101.6217
Yxy64.68650.30200.2715
Hunter Lab80.427918.9505-18.6141
CIE-Lab84.321923.2801-22.4826

#ebc5fd color RGB value is (235,197,253).

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

The process color (four color CMYK) of #ebc5fd color hex is 0.07, 0.22, 0.00, 0.01. Web safe color of #ebc5fd is #ffccff. Color #ebc5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 11111101
Octal 353 305 375
Decimal 235 197 253
Hex EB C5 FD

RGB Percentages of Color #ebc5fd

%34.31
%28.76
%36.93

CMYK Percentages of Color #ebc5fd

%7
%22
%0
%1

Triadic Colors of #ebc5fd

#ebc5fd #fdebc5 #c5fdeb

Analogous Colors of #ebc5fd

#ebc5fd #fdc5f3 #cfc5fd

Monochromatic Colors of #ebc5fd

#ebc5fd

Complementary Color

#ebc5fd #d7fdc5

#ebc5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc5fd Color CSS Codes

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

#ebc5fd Text Font Color

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

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


#ebc5fd Background Color

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

This div background color is #ebc5fd


#ebc5fd Border Color

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

This div border color is #ebc5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc5fd

Related Colors


Comments

No comments written yet.

Please login to write comment.