Color Hex Logo

#ece4fc Color Hex

#ECE4FC
(236,228,252)
0 Favorites   0 Comments

Color spaces of #ece4fc

RGB 236228252
HSL0.720.800.94
HSV260°10°99°
CMYK 0.060.100.00   0.01
XYZ79.906280.3479103.3927
Yxy80.34790.30310.3048
Hunter Lab89.63702.2577-5.6428
CIE-Lab91.84077.0700-10.6480

#ece4fc color RGB value is (236,228,252).

#ece4fc hex color red value is 236, green value is 228 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ece4fc hue: 0.72 , saturation: 0.80 and the lightness value of ece4fc is 0.94.

The process color (four color CMYK) of #ece4fc color hex is 0.06, 0.10, 0.00, 0.01. Web safe color of #ece4fc is #ffccff. Color #ece4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 11111100
Octal 354 344 374
Decimal 236 228 252
Hex EC E4 FC

RGB Percentages of Color #ece4fc

%32.96
%31.84
%35.20

CMYK Percentages of Color #ece4fc

%6
%10
%0
%1

Triadic Colors of #ece4fc

#ece4fc #fcece4 #e4fcec

Analogous Colors of #ece4fc

#ece4fc #f8e4fc #e4e8fc

Monochromatic Colors of #ece4fc

#ece4fc

Complementary Color

#ece4fc #f4fce4

#ece4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece4fc Color CSS Codes

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

#ece4fc Text Font Color

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

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


#ece4fc Background Color

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

This div background color is #ece4fc


#ece4fc Border Color

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

This div border color is #ece4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.