Color Hex Logo

#ebccfe Color Hex

#EBCCFE
(235,204,254)
0 Favorites   0 Comments

Color spaces of #ebccfe

RGB 235204254
HSL0.770.960.90
HSV277°20°100°
CMYK 0.070.200.00   0.00
XYZ73.743268.0037103.0053
Yxy68.00370.30130.2778
Hunter Lab82.464415.3098-16.3334
CIE-Lab86.008319.7516-20.4581

#ebccfe color RGB value is (235,204,254).

#ebccfe hex color red value is 235, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebccfe hue: 0.77 , saturation: 0.96 and the lightness value of ebccfe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 11111110
Octal 353 314 376
Decimal 235 204 254
Hex EB CC FE

RGB Percentages of Color #ebccfe

%33.91
%29.44
%36.65

CMYK Percentages of Color #ebccfe

%7
%20
%0
%0

Triadic Colors of #ebccfe

#ebccfe #feebcc #ccfeeb

Analogous Colors of #ebccfe

#ebccfe #feccf8 #d2ccfe

Monochromatic Colors of #ebccfe

#ebccfe

Complementary Color

#ebccfe #dffecc

#ebccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebccfe Color CSS Codes

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

#ebccfe Text Font Color

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

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


#ebccfe Background Color

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

This div background color is #ebccfe


#ebccfe Border Color

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

This div border color is #ebccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebccfe


Comments

No comments written yet.

Please login to write comment.