Color Hex Logo

#ebc5fc Color Hex

#EBC5FC
(235,197,252)
0 Favorites   0 Comments

Color spaces of #ebc5fc

RGB 235197252
HSL0.780.900.88
HSV281°22°99°
CMYK 0.070.220.00   0.01
XYZ71.797964.6229100.7848
Yxy64.62290.30270.2724
Hunter Lab80.388418.7455-18.0614
CIE-Lab84.289023.0862-22.0012

#ebc5fc color RGB value is (235,197,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 11111100
Octal 353 305 374
Decimal 235 197 252
Hex EB C5 FC

RGB Percentages of Color #ebc5fc

%34.36
%28.80
%36.84

CMYK Percentages of Color #ebc5fc

%7
%22
%0
%1

Triadic Colors of #ebc5fc

#ebc5fc #fcebc5 #c5fceb

Analogous Colors of #ebc5fc

#ebc5fc #fcc5f2 #d0c5fc

Monochromatic Colors of #ebc5fc

#ebc5fc

Complementary Color

#ebc5fc #d6fcc5

#ebc5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc5fc Color CSS Codes

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

#ebc5fc Text Font Color

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

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


#ebc5fc Background Color

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

This div background color is #ebc5fc


#ebc5fc Border Color

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

This div border color is #ebc5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc5fc

#ebc5fc Color Palettes


Comments

No comments written yet.

Please login to write comment.