Color Hex Logo

#ebc2fc Color Hex

#EBC2FC
(235,194,252)
0 Favorites   0 Comments

Color spaces of #ebc2fc

RGB 235194252
HSL0.780.910.87
HSV282°23°99°
CMYK 0.070.230.00   0.01
XYZ71.123463.2740100.5600
Yxy63.27400.30270.2693
Hunter Lab79.545020.3982-19.2724
CIE-Lab83.586324.6846-23.0678

#ebc2fc color RGB value is (235,194,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 11111100
Octal 353 302 374
Decimal 235 194 252
Hex EB C2 FC

RGB Percentages of Color #ebc2fc

%34.51
%28.49
%37.00

CMYK Percentages of Color #ebc2fc

%7
%23
%0
%1

Triadic Colors of #ebc2fc

#ebc2fc #fcebc2 #c2fceb

Analogous Colors of #ebc2fc

#ebc2fc #fcc2f0 #cec2fc

Monochromatic Colors of #ebc2fc

#ebc2fc

Complementary Color

#ebc2fc #d3fcc2

#ebc2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2fc Color CSS Codes

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

#ebc2fc Text Font Color

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

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


#ebc2fc Background Color

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

This div background color is #ebc2fc


#ebc2fc Border Color

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

This div border color is #ebc2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2fc


Comments

No comments written yet.

Please login to write comment.