Color Hex Logo

#ece7fe Color Hex

#ECE7FE
(236,231,254)
0 Favorites   0 Comments

Color spaces of #ece7fe

RGB 236231254
HSL0.700.920.95
HSV253°100°
CMYK 0.070.090.00   0.00
XYZ81.057482.1405105.3484
Yxy82.14050.30180.3059
Hunter Lab90.63141.0389-5.4757
CIE-Lab92.63685.8940-10.5071

#ece7fe color RGB value is (236,231,254).

#ece7fe hex color red value is 236, green value is 231 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ece7fe hue: 0.70 , saturation: 0.92 and the lightness value of ece7fe is 0.95.

The process color (four color CMYK) of #ece7fe color hex is 0.07, 0.09, 0.00, 0.00. Web safe color of #ece7fe is #ffffff. Color #ece7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100111 11111110
Octal 354 347 376
Decimal 236 231 254
Hex EC E7 FE

RGB Percentages of Color #ece7fe

%32.73
%32.04
%35.23

CMYK Percentages of Color #ece7fe

%7
%9
%0
%0

Triadic Colors of #ece7fe

#ece7fe #feece7 #e7feec

Analogous Colors of #ece7fe

#ece7fe #f8e7fe #e7eefe

Monochromatic Colors of #ece7fe

#ece7fe

Complementary Color

#ece7fe #f9fee7

#ece7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece7fe Color CSS Codes

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

#ece7fe Text Font Color

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

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


#ece7fe Background Color

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

This div background color is #ece7fe


#ece7fe Border Color

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

This div border color is #ece7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece7fe

Related Colors


Comments

No comments written yet.

Please login to write comment.